summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libmpcodecs/vd_ffmpeg.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpcodecs/vd_ffmpeg.c b/libmpcodecs/vd_ffmpeg.c
index 05680b6f2d..424ac96a1c 100644
--- a/libmpcodecs/vd_ffmpeg.c
+++ b/libmpcodecs/vd_ffmpeg.c
@@ -58,10 +58,6 @@ LIBVD_EXTERN(ffmpeg)
int avcodec_inited=0;
-#if defined(FF_POSTPROCESS) && defined(MBR)
-int quant_store[MBR+1][MBC+1];
-#endif
-
typedef struct {
AVCodecContext *avctx;
AVFrame *pic;