1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-01 04:12:25 +00:00

quant_store is obsolete

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10424 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
arpi 2003-07-13 22:50:16 +00:00
parent cc0485770c
commit 02fb82572a

View File

@ -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;