[Mplayer-cvslog] CVS: main/libmpcodecs vd.c,1.14,1.15

Arpi of Ize arpi at mplayer.dev.hu
Sat Mar 9 22:32:06 CET 2002


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

Modified Files:
	vd.c 
Log Message:
vo_config request printf

Index: vd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd.c,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- vd.c	9 Mar 2002 02:18:33 -0000	1.14
+++ vd.c	9 Mar 2002 21:31:54 -0000	1.15
@@ -86,7 +86,8 @@
 extern int vaa_use_dr;
 
 int mpcodecs_config_vo(sh_video_t *sh, int w, int h, unsigned int preferred_outfmt){
-
+    mp_msg(MSGT_DECVIDEO,MSGL_INFO,"VDec: vo config request - %d x %d, %s  \n",
+	w,h,vo_format_name(preferred_outfmt));
     return 1;
 }
 




More information about the MPlayer-cvslog mailing list