diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-01-12 00:48:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-01-12 00:48:29 +0000 |
commit | a33c7159e1630ecef81c71e3f2624f09e7d2a413 (patch) | |
tree | c7bac0bfca57bc616a25aa6e0e02f43a16545587 /libavcodec/mpegvideo.c | |
parent | 2a006cd3968461455c8d15640f8cec38ddfc97bb (diff) | |
download | ffmpeg-a33c7159e1630ecef81c71e3f2624f09e7d2a413.tar.gz |
get_format()
Originally committed as revision 1451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mpegvideo.c')
-rw-r--r-- | libavcodec/mpegvideo.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c index 8206df470e..c668121246 100644 --- a/libavcodec/mpegvideo.c +++ b/libavcodec/mpegvideo.c @@ -86,6 +86,8 @@ static const uint8_t h263_chroma_roundtab[16] = { static UINT16 (*default_mv_penalty)[MAX_MV*2+1]=NULL; static UINT8 default_fcode_tab[MAX_MV*2+1]; +enum PixelFormat ff_yuv420p_list[2]= {PIX_FMT_YUV420P, -1}; + static void convert_matrix(MpegEncContext *s, int (*qmat)[64], uint16_t (*qmat16)[64], uint16_t (*qmat16_bias)[64], const UINT16 *quant_matrix, int bias, int qmin, int qmax) { |