diff options
author | Ivan Schreter <schreter@gmx.net> | 2009-02-18 00:33:33 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-18 00:33:33 +0000 |
commit | 82e38c29524d10dc329fdb6149cb01b20e0b3b78 (patch) | |
tree | 172ecbb8085b0685deccc4249e1c38d1c0d74df7 /libavcodec/h264.h | |
parent | 42c6850ed2963f4b850966bc85419b3921d8bce2 (diff) | |
download | ffmpeg-82e38c29524d10dc329fdb6149cb01b20e0b3b78.tar.gz |
Parse initial_cpb_removal_delay_length.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index cd960531c5..43c9a93899 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -179,6 +179,7 @@ typedef struct SPS{ int vcl_hrd_parameters_present_flag; int pic_struct_present_flag; int time_offset_length; + 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 int bit_depth_luma; ///< bit_depth_luma_minus8 + 8 |