summaryrefslogtreecommitdiff
path: root/src/libvdpau/dpb.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2008-12-12 09:15:19 +0000
committerJulian Scheel <julian@jusst.de>2008-12-12 09:15:19 +0000
commitfc85c220d809a38468704282edd34b9bb00ff911 (patch)
treeeebe05c5a3fb8233de940ff5cca289032a9d6c38 /src/libvdpau/dpb.h
parent65ae9896ac134cad57835d5dcf8ec5594efe7d2c (diff)
downloadxine-lib-fc85c220d809a38468704282edd34b9bb00ff911.tar.gz
xine-lib-fc85c220d809a38468704282edd34b9bb00ff911.tar.bz2
Some fixes...
Diffstat (limited to 'src/libvdpau/dpb.h')
-rw-r--r--src/libvdpau/dpb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libvdpau/dpb.h b/src/libvdpau/dpb.h
index ace624e32..36892b60c 100644
--- a/src/libvdpau/dpb.h
+++ b/src/libvdpau/dpb.h
@@ -17,6 +17,8 @@ struct decoded_picture {
* the surface is not double-used */
struct nal_unit *nal;
+ uint8_t used_for_reference;
+
struct decoded_picture *next;
};