diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-01-12 19:33:45 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-01-12 19:33:45 +0000 |
commit | 889fce8e306f15a223d13f8c0dbb211ec4b52fd0 (patch) | |
tree | 4e82c7565e4f5706e715044604df4b5246cfb243 /libavcodec/h264.h | |
parent | 28b2866f45649be313eac4efc4005e9a82aec2c3 (diff) | |
download | ffmpeg-889fce8e306f15a223d13f8c0dbb211ec4b52fd0.tar.gz |
Split (picture|seq) parameter set decoding out of h264.c.
no speedloss meassured, also its really not touching anything that is speed relevant.
Originally committed as revision 21169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.h')
-rw-r--r-- | libavcodec/h264.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/h264.h b/libavcodec/h264.h index 6e57131617..03b465e6ee 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -553,6 +553,10 @@ typedef struct H264Context{ int initial_cpb_removal_delay[32]; ///< Initial timestamps for CPBs }H264Context; + +extern const uint8_t ff_h264_chroma_qp[52]; + + /** * Decode SEI */ |