# HG changeset patch # User alex # Date 1030571744 0 # Node ID 3aeb57cc8ac6e2fe95f0fda539f1d5c1fa574a96 # Parent eca7dbad0166fcd9777c71d694954632994a8c1f 10l fix diff -r eca7dbad0166 -r 3aeb57cc8ac6 libmpcodecs/vf_vo.c --- 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;