diff mpegvideo_enc.c @ 6127:e830a3633548 libavcodec

Remove unused symbol. Patch by Diego 'Flameeyes' Petten flameeyes gmail ! com
author benoit
date Mon, 07 Jan 2008 12:40:39 +0000
parents 036d93ae3095
children 345cffb2c613
line wrap: on
line diff
--- a/mpegvideo_enc.c	Mon Jan 07 00:18:02 2008 +0000
+++ b/mpegvideo_enc.c	Mon Jan 07 12:40:39 2008 +0000
@@ -64,8 +64,6 @@
 static uint8_t default_mv_penalty[MAX_FCODE+1][MAX_MV*2+1];
 static uint8_t default_fcode_tab[MAX_MV*2+1];
 
-enum PixelFormat ff_yuv420p_list[2]= {PIX_FMT_YUV420P, -1};
-
 void ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][64],
                            const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra)
 {