[Mplayer-cvslog] CVS: main/libmpcodecs vd_qtvideo.c,1.2,1.3

Arpi of Ize arpi at mplayerhq.hu
Thu Nov 14 12:15:40 CET 2002


Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv9807

Modified Files:
	vd_qtvideo.c 
Log Message:
don't print error if no error


Index: vd_qtvideo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_qtvideo.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vd_qtvideo.c	12 Nov 2002 00:13:31 -0000	1.2
+++ vd_qtvideo.c	14 Nov 2002 11:15:17 -0000	1.3
@@ -287,7 +287,7 @@
 #endif
 
     cres=ImageCodecBandDecompress(ci,&decpar);
-    printf("ImageCodecBandDecompress cres=0x%X (-0x%X) %d\n",cres,-cres,cres);
+    if(cres&0xFFFF) printf("ImageCodecBandDecompress cres=0x%X (-0x%X) %d\n",cres,-cres,cres);
 
     ++decpar.frameNumber;
     




More information about the MPlayer-cvslog mailing list