diff h264.h @ 8970:9757b2f87d83 libavcodec

Store CPB count in the context. Patch by Ivan Schreter, schreter gmx net
author cehoyos
date Wed, 18 Feb 2009 23:25:59 +0000
parents f0abc5f9e726
children eaf39f9b25df
line wrap: on
line diff
--- a/h264.h	Wed Feb 18 11:57:11 2009 +0000
+++ b/h264.h	Wed Feb 18 23:25:59 2009 +0000
@@ -179,6 +179,7 @@
     int vcl_hrd_parameters_present_flag;
     int pic_struct_present_flag;
     int time_offset_length;
+    int cpb_cnt;                       ///< See H.264 E.1.2
     int initial_cpb_removal_delay_length; ///< initial_cpb_removal_delay_length_minus1 +1
     int cpb_removal_delay_length;      ///< cpb_removal_delay_length_minus1 + 1
     int dpb_output_delay_length;       ///< dpb_output_delay_length_minus1 + 1