diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2009-02-24 18:27:52 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2009-02-24 18:27:52 +0000 |
commit | 09a9b45e4fa77a533391184ace5cadb30c6b83c7 (patch) | |
tree | 34f02c95a47afb6caa773b065708f3402e4ed3d7 /libavcodec/mpegvideo.h | |
parent | c0aec489a67d0d228ddc0a2931774a68f857eaaf (diff) | |
download | ffmpeg-09a9b45e4fa77a533391184ace5cadb30c6b83c7.tar.gz |
Add and use ff_pixfmt_list_420.
Originally committed as revision 17564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.h')
-rw-r--r-- | libavcodec/mpegvideo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.h b/libavcodec/mpegvideo.h index 453285e317..8e324ae2ba 100644 --- a/libavcodec/mpegvideo.h +++ b/libavcodec/mpegvideo.h @@ -708,6 +708,8 @@ void ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][6 void ff_init_block_index(MpegEncContext *s); void ff_copy_picture(Picture *dst, Picture *src); +extern const enum PixelFormat ff_pixfmt_list_420[]; + static inline void ff_update_block_index(MpegEncContext *s){ const int block_size= 8>>s->avctx->lowres; |