[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.48,1.49

Arpi of Ize arpi at mplayerhq.hu
Sat Aug 31 23:03:37 CEST 2002


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

Modified Files:
	vd.c 
Log Message:
some messages added/changed


Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- vd.c	30 Aug 2002 21:44:20 -0000	1.48
+++ vd.c	31 Aug 2002 21:03:34 -0000	1.49
@@ -165,7 +165,7 @@
 	out_fmt=sh->codec->outfmt[i];
 	if(out_fmt==(signed int)0xFFFFFFFF) continue;
 	flags=vf->query_format(vf,out_fmt);
-	mp_msg(MSGT_CPLAYER,MSGL_V,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),flags,i);
+	mp_msg(MSGT_CPLAYER,MSGL_DBG2,"vo_debug: query(%s) returned 0x%X (i=%d) \n",vo_format_name(out_fmt),flags,i);
 	if((flags&2) || (flags && j<0)){
 	    // check (query) if codec really support this outfmt...
 	    if(mpvdec->control(sh,VDCTRL_QUERY_FORMAT,&out_fmt)==CONTROL_FALSE)
@@ -185,6 +185,7 @@
 	return 0;	// failed
     }
     out_fmt=sh->codec->outfmt[j];
+    mp_msg(MSGT_CPLAYER,MSGL_INFO,"VDec: using %s as output csp (no %d)\n",vo_format_name(out_fmt),j);
     sh->outfmtidx=j;
     sh->vfilter=vf;
 




More information about the MPlayer-cvslog mailing list