summaryrefslogtreecommitdiff
path: root/src/libvdpau/h264_parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libvdpau/h264_parser.h')
-rw-r--r--src/libvdpau/h264_parser.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libvdpau/h264_parser.h b/src/libvdpau/h264_parser.h
index 99691e950..966bf0880 100644
--- a/src/libvdpau/h264_parser.h
+++ b/src/libvdpau/h264_parser.h
@@ -38,6 +38,8 @@ struct nal_parser {
struct nal_unit *current_nal;
struct nal_unit *last_nal;
+ uint8_t cpb_dpb_delays_present_flag;
+
uint32_t pic_order_cnt_lsb;
uint32_t pic_order_cnt_msb;
uint32_t prev_pic_order_cnt_lsb;