[Mplayer-cvslog] CVS: main/libmpcodecs vf_vo.c,1.15,1.16
Alex Beregszaszi
alex at mplayerhq.hu
Wed Aug 28 23:55:47 CEST 2002
Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var/tmp.root/cvs-serv29210
Modified Files:
vf_vo.c
Log Message:
10l fix
Index: vf_vo.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_vo.c,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- vf_vo.c 28 Jul 2002 21:30:09 -0000 1.15
+++ vf_vo.c 28 Aug 2002 21:55:44 -0000 1.16
@@ -40,7 +40,7 @@
mp_msg(MSGT_CPLAYER,MSGL_V,"VO: Comment: %s\n", info->comment);
}
- if(video_out->config(width,height,d_width,d_height,flags,"MPlayer",outfmt,NULL))
+ if(video_out->config(width,height,d_width,d_height,flags,"MPlayer",outfmt))
return 0;
++vo_config_count;
return 1;
More information about the MPlayer-cvslog
mailing list