summaryrefslogtreecommitdiffstats
path: root/mplayer.c
diff options
context:
space:
mode:
authornick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-31 09:57:13 +0000
committernick <nick@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-01-31 09:57:13 +0000
commitb587a3d642a763d0e56b165a95ed8ea7a0bc1eff (patch)
treedf6415f3eb0c0d6a021e715d6632e7f499bc6f06 /mplayer.c
parentebdb9bffa36c7017c2f472641f3799b7003147e0 (diff)
downloadmpv-b587a3d642a763d0e56b165a95ed8ea7a0bc1eff.tar.bz2
mpv-b587a3d642a763d0e56b165a95ed8ea7a0bc1eff.tar.xz
new info for tuning
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4434 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mplayer.c')
-rw-r--r--mplayer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mplayer.c b/mplayer.c
index 9344804e90..85fdd4b0a4 100644
--- a/mplayer.c
+++ b/mplayer.c
@@ -1346,10 +1346,10 @@ current_module="init_libvo";
sh_video->disp_w,sh_video->disp_h,out_fmt,0,
fullscreen|(vidmode<<1)|(softzoom<<2)|(flip<<3) )){
#else
- if(video_out->init(sh_video->disp_w,sh_video->disp_h,
+ if(video_out->config(sh_video->disp_w,sh_video->disp_h,
screen_size_x,screen_size_y,
fullscreen|(vidmode<<1)|(softzoom<<2)|(flip<<3),
- title,out_fmt)){
+ title,out_fmt,NULL)){
#endif
mp_msg(MSGT_CPLAYER,MSGL_FATAL,MSGTR_CannotInitVO);
goto goto_next_file; // exit_player(MSGTR_Exit_error);