mirror of
https://github.com/mpv-player/mpv
synced 2025-02-04 22:22:16 +00:00
10l fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7126 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
64bedd9683
commit
ac75309246
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user