[Mplayer-cvslog] CVS: main dec_video.c,1.60,1.61
pl
pl at mplayer.dev.hu
Tue Nov 6 17:47:17 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv31101
Modified Files:
dec_video.c
Log Message:
ffmpeg and libpmeg2 defined a different quant_store
(break compilation)
libmpeg2's quant_store renamed to quant_store_mpeg2
Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- dec_video.c 5 Nov 2001 15:47:21 -0000 1.60
+++ dec_video.c 6 Nov 2001 16:47:12 -0000 1.61
@@ -64,6 +64,7 @@
int avcodec_inited=0;
#endif
#ifdef FF_POSTPROCESS
+ int quant_store[MBR+1][MBC+1];
unsigned int lavc_pp=0;
#endif
More information about the MPlayer-cvslog
mailing list