Mercurial > libavcodec.hg
changeset 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 | c24cd5282108 |
children | 9dd54c009d47 |
files | mpegvideo.h mpegvideo_enc.c |
diffstat | 2 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/mpegvideo.h Mon Jan 07 00:18:02 2008 +0000 +++ b/mpegvideo.h Mon Jan 07 12:40:39 2008 +0000 @@ -727,8 +727,6 @@ 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); -extern enum PixelFormat ff_yuv420p_list[2]; - void ff_init_block_index(MpegEncContext *s); static inline void ff_update_block_index(MpegEncContext *s){
--- 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) {