[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
    
        - Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs TODO,1.2,1.3 vd.h,1.4,1.5 vd_divx4.c,1.3,1.4 vd_dshow.c,1.2,1.3 vd_internal.h,1.3,1.4 vd_libmpeg2.c,1.1,1.2 vd_odivx.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.118,1.119
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
  
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;
 }
 
    
    
        
	- Previous message: [Mplayer-cvslog] CVS: main/libmpcodecs TODO,1.2,1.3 vd.h,1.4,1.5 vd_divx4.c,1.3,1.4 vd_dshow.c,1.2,1.3 vd_internal.h,1.3,1.4 vd_libmpeg2.c,1.1,1.2 vd_odivx.c,1.3,1.4
- Next message: [Mplayer-cvslog] CVS: main/libmpcodecs dec_video.c,1.118,1.119
-  Messages sorted by: 
              [ date ]
              [ thread ]
              [ subject ]
              [ author ]
         
More information about the MPlayer-cvslog
mailing list