diff mpegvideo.c @ 998:6129c88a6393 libavcodec

get_format()
author michaelni
date Sun, 12 Jan 2003 00:48:29 +0000
parents 45bd748e305f
children e89b11e07ee7
line wrap: on
line diff
--- a/mpegvideo.c	Sat Jan 11 22:32:56 2003 +0000
+++ b/mpegvideo.c	Sun Jan 12 00:48:29 2003 +0000
@@ -86,6 +86,8 @@
 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)
 {