[Mplayer-cvslog] CVS: main/libmpcodecs vd_vfw.c,1.8,1.9
Arpi of Ize
arpi at mplayerhq.hu
Tue Jul 30 18:41:35 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv16754
Modified Files:
vd_vfw.c
Log Message:
vd_vfw.c
Index: vd_vfw.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vd_vfw.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vd_vfw.c 30 May 2002 00:26:23 -0000 1.8
+++ vd_vfw.c 30 Jul 2002 16:41:33 -0000 1.9
@@ -51,7 +51,6 @@
// init driver
static int init(sh_video_t *sh){
- unsigned int out_fmt;
if(!mpcodecs_config_vo(sh,sh->disp_w,sh->disp_h,IMGFMT_YUY2)) return 0;
if(!init_vfw_video_codec(sh,(sh->codec->driver==VFM_VFWEX))) return 0;
mp_msg(MSGT_DECVIDEO,MSGL_V,"INFO: Win32 video codec init OK!\n");
More information about the MPlayer-cvslog
mailing list