summaryrefslogtreecommitdiff
path: root/src/libvdpau/h264_parser.h
diff options
context:
space:
mode:
authorJulian Scheel <julian@jusst.de>2008-12-14 13:23:48 +0000
committerJulian Scheel <julian@jusst.de>2008-12-14 13:23:48 +0000
commit7f85cddaec67cf3dd8d30e08cf86057efa626411 (patch)
tree93473d32ea16a9816ef3bb321fb9033b5f6cc05b /src/libvdpau/h264_parser.h
parent3c82138cae76f29d2b5601702e6547551b8782c2 (diff)
downloadxine-lib-7f85cddaec67cf3dd8d30e08cf86057efa626411.tar.gz
xine-lib-7f85cddaec67cf3dd8d30e08cf86057efa626411.tar.bz2
PTS reorder preparations.
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;