[Mplayer-cvslog] CVS: main dec_video.c,1.78,1.79

Arpi of Ize arpi at mplayer.dev.hu
Tue Dec 25 21:36:43 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv3455

Modified Files:
	dec_video.c 
Log Message:
old ffmpeg (MBC) workaround

Index: dec_video.c
===================================================================
RCS file: /cvsroot/mplayer/main/dec_video.c,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- dec_video.c	23 Dec 2001 22:20:45 -0000	1.78
+++ dec_video.c	25 Dec 2001 20:36:40 -0000	1.79
@@ -682,6 +682,7 @@
 //	if(!drop_frame){
 	  if(planar){
 #ifdef FF_POSTPROCESS
+#ifdef MBC
 	    if(lavc_pp){
 		// postprocess
 		int w=(sh_video->disp_w+15)&(~15);
@@ -702,6 +703,7 @@
 			    sh_video->disp_w,sh_video->disp_h,
 			    &quant_store[0][0],MBC+1,lavc_pp);
 	    } else
+#endif
 #endif
 	    {
 		planes=lavc_picture.data;




More information about the MPlayer-cvslog mailing list