diff options
author | Ivan Schreter <schreter@gmx.net> | 2009-02-18 00:36:07 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-02-18 00:36:07 +0000 |
commit | ff594f81dfae66e28aec9ed7fd1606450d38d0c7 (patch) | |
tree | 55b9814090e5181c731e6d5ccdb189a3965f7276 /libavcodec/h264.h | |
parent | 82e38c29524d10dc329fdb6149cb01b20e0b3b78 (diff) | |
download | ffmpeg-ff594f81dfae66e28aec9ed7fd1606450d38d0c7.tar.gz |
Parse dpb_output_delay in SEI picture structure.
Patch by Ivan Schreter, schreter gmx net
Originally committed as revision 17412 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 43c9a93899..bfeae32247 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -502,6 +502,11 @@ typedef struct H264Context{ SEI_PicStructType sei_pic_struct; /** + * dpb_output_delay in picture timing SEI message, see H.264 C.2.2 + */ + int sei_dpb_output_delay; + + /** * recovery_frame_cnt from SEI message * * Set to -1 if no recovery point SEI message found or to number of frames |