[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.57,1.58

Arpi of Ize arpi at mplayerhq.hu
Fri Oct 25 18:48:56 CEST 2002


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

Modified Files:
	vd.c 
Log Message:
debug ize


Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- vd.c	19 Oct 2002 18:56:48 -0000	1.57
+++ vd.c	25 Oct 2002 16:48:53 -0000	1.58
@@ -171,8 +171,10 @@
 	if((flags&2) || (flags && j<0)){
 	    // check (query) if codec really support this outfmt...
 	    sh->outfmtidx=j; // pass index to the control() function this way
-	    if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE)
+	    if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE){
+		mp_msg(MSGT_CPLAYER,MSGL_DBG2,"vo_debug: codec query_format(%s) returned FALSE\n",vo_format_name(out_fmt));
 		continue;
+	    }
 	    j=i; vo_flags=flags; if(flags&2) break;
 	}
     }




More information about the MPlayer-cvslog mailing list