diff options
author | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-28 21:55:44 +0000 |
---|---|---|
committer | alex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-08-28 21:55:44 +0000 |
commit | ac753092464bcd2d1a539b7ea1660d35b7834204 (patch) | |
tree | 581cd1d9b1971773dba45ff66f8d89ee69a5a483 /libmpcodecs | |
parent | 64bedd9683e4c7d029dff71a92a3b7036d8e0f93 (diff) |
10l fix
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7126 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r-- | libmpcodecs/vf_vo.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmpcodecs/vf_vo.c b/libmpcodecs/vf_vo.c index 024894d9c7..e78f973e0b 100644 --- a/libmpcodecs/vf_vo.c +++ b/libmpcodecs/vf_vo.c @@ -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; |