comparison libmpcodecs/vd_ffmpeg.c @ 10423:27cbf1fb9ad8

quant_store is obsolete
author arpi
date Sun, 13 Jul 2003 22:50:16 +0000
parents 8e3e884ec8a4
children f9e4db4e4759
comparison
equal deleted inserted replaced
10422:6c2523d7f03b 10423:27cbf1fb9ad8
55 #ifdef HAVE_XVMC 55 #ifdef HAVE_XVMC
56 #include "xvmc_render.h" 56 #include "xvmc_render.h"
57 #endif 57 #endif
58 58
59 int avcodec_inited=0; 59 int avcodec_inited=0;
60
61 #if defined(FF_POSTPROCESS) && defined(MBR)
62 int quant_store[MBR+1][MBC+1];
63 #endif
64 60
65 typedef struct { 61 typedef struct {
66 AVCodecContext *avctx; 62 AVCodecContext *avctx;
67 AVFrame *pic; 63 AVFrame *pic;
68 float last_aspect; 64 float last_aspect;