[Mplayer-cvslog] CVS: main/libmpeg2 decode.c,1.15,1.16

Arpi of Ize arpi at mplayer.dev.hu
Sat Oct 13 17:40:38 CEST 2001


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

Modified Files:
	decode.c 
Log Message:
postprocess fixes

Index: decode.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpeg2/decode.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- decode.c	4 Oct 2001 18:26:44 -0000	1.15
+++ decode.c	13 Oct 2001 15:40:35 -0000	1.16
@@ -56,6 +56,7 @@
 static int drop_frame = 0;
 
 #ifdef MPEG12_POSTPROC
+#include "../postproc/postprocess.h"
 int quant_store[MBR+1][MBC+1]; // [Review]
 #endif
 
@@ -186,7 +187,7 @@
 	    {
 #ifdef MPEG12_POSTPROC
 	       if( (picture->pp_options) && (!framedrop) ){
-                    // apply OpenDivX postprocess filter
+                    // apply postprocess filter
             	    int stride[3];
             	    stride[0]=picture->coded_picture_width;
             	    stride[1]=stride[2]=stride[0]/2;




More information about the MPlayer-cvslog mailing list