Mercurial > mplayer.hg
changeset 10423:27cbf1fb9ad8
quant_store is obsolete
author | arpi |
---|---|
date | Sun, 13 Jul 2003 22:50:16 +0000 |
parents | 6c2523d7f03b |
children | 783b09155fa4 |
files | libmpcodecs/vd_ffmpeg.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/vd_ffmpeg.c Sun Jul 13 21:25:22 2003 +0000 +++ b/libmpcodecs/vd_ffmpeg.c Sun Jul 13 22:50:16 2003 +0000 @@ -58,10 +58,6 @@ int avcodec_inited=0; -#if defined(FF_POSTPROCESS) && defined(MBR) -int quant_store[MBR+1][MBC+1]; -#endif - typedef struct { AVCodecContext *avctx; AVFrame *pic;