diff options
author | Ivan Schreter <schreter@gmx.net> | 2009-02-18 00:38:10 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-18 00:38:10 +0000 |
commit | cf6065ca6bdba3929d952da36bbd1410a2e112c0 (patch) | |
tree | 8c71740a719f883c44226d4bfa1b2da8ca2cce79 /libavcodec/h264.h | |
parent | ff594f81dfae66e28aec9ed7fd1606450d38d0c7 (diff) | |
download | ffmpeg-cf6065ca6bdba3929d952da36bbd1410a2e112c0.tar.gz |
Parse cbp_removal_delay in SEI picture structure.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index bfeae32247..43201d32ec 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -507,6 +507,11 @@ typedef struct H264Context{ int sei_dpb_output_delay; /** + * cpb_removal_delay in picture timing SEI message, see H.264 C.1.2 + */ + int sei_cpb_removal_delay; + + /** * recovery_frame_cnt from SEI message * * Set to -1 if no recovery point SEI message found or to number of frames |