comparison libmpcodecs/vd_ffmpeg.c @ 8130:7018fadf1a94

fixing vd_ffmpeg to handle cleaned-up ffmpeg
author michael
date Fri, 08 Nov 2002 18:40:39 +0000
parents a3e7c0e16d5b
children c3716e345dfb
comparison
equal deleted inserted replaced
8129:dd58e58d1ef9 8130:7018fadf1a94
32 #include "libavcodec/avcodec.h" 32 #include "libavcodec/avcodec.h"
33 #endif 33 #endif
34 34
35 int avcodec_inited=0; 35 int avcodec_inited=0;
36 36
37 #ifdef FF_POSTPROCESS 37 #if defined(FF_POSTPROCESS) && defined(MBR)
38 int quant_store[MBR+1][MBC+1]; 38 int quant_store[MBR+1][MBC+1];
39 #endif 39 #endif
40 40
41 typedef struct { 41 typedef struct {
42 AVCodecContext *avctx; 42 AVCodecContext *avctx;