comparison 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
comparison
equal deleted inserted replaced
6126:c24cd5282108 6127:e830a3633548
61 4520 , 6270, 5906, 5315, 4520, 3552, 2446, 1247 61 4520 , 6270, 5906, 5315, 4520, 3552, 2446, 1247
62 }; 62 };
63 63
64 static uint8_t default_mv_penalty[MAX_FCODE+1][MAX_MV*2+1]; 64 static uint8_t default_mv_penalty[MAX_FCODE+1][MAX_MV*2+1];
65 static uint8_t default_fcode_tab[MAX_MV*2+1]; 65 static uint8_t default_fcode_tab[MAX_MV*2+1];
66
67 enum PixelFormat ff_yuv420p_list[2]= {PIX_FMT_YUV420P, -1};
68 66
69 void ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][64], 67 void ff_convert_matrix(DSPContext *dsp, int (*qmat)[64], uint16_t (*qmat16)[2][64],
70 const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra) 68 const uint16_t *quant_matrix, int bias, int qmin, int qmax, int intra)
71 { 69 {
72 int qscale; 70 int qscale;