changeset 7125:3aeb57cc8ac6

10l fix
author alex
date Wed, 28 Aug 2002 21:55:44 +0000
parents eca7dbad0166
children d3fd5d568594
files libmpcodecs/vf_vo.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libmpcodecs/vf_vo.c	Wed Aug 28 21:32:32 2002 +0000
+++ b/libmpcodecs/vf_vo.c	Wed Aug 28 21:55:44 2002 +0000
@@ -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;