1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-04 22:22:16 +00:00
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
alex 2002-08-28 21:55:44 +00:00
parent 64bedd9683
commit ac75309246

View File

@ -40,7 +40,7 @@ static int config(struct vf_instance_s* vf,
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;