summaryrefslogtreecommitdiff
path: root/src/libvdpau/dpb.h
diff options
context:
space:
mode:
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;
};