diff options
author | Diego Biurrun <diego@biurrun.de> | 2012-04-04 14:53:25 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2012-04-05 17:17:22 +0200 |
commit | 0becb07842b57ea225ddf0726de33b5f8e669297 (patch) | |
tree | ec7fe0533782cfbbd57d14e361039efa4e9c40e6 /libavcodec/h264.h | |
parent | a03f8ea0a8c70b72acc9d8307f1bba0f35c1d36e (diff) | |
download | ffmpeg-0becb07842b57ea225ddf0726de33b5f8e669297.tar.gz |
h264: Factorize declaration of mb_sizes array.
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 99c46cc86a..ce06f613cd 100644 --- a/libavcodec/h264.h +++ b/libavcodec/h264.h @@ -584,6 +584,7 @@ typedef struct H264Context{ extern const uint8_t ff_h264_chroma_qp[3][QP_MAX_NUM+1]; ///< One chroma qp table for each supported bit depth (8, 9, 10). +extern const uint16_t ff_h264_mb_sizes[4]; /** * Decode SEI |