summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-12-07 00:13:51 +0200
committerUoti Urpala <uau@mplayer2.org>2011-12-07 00:13:51 +0200
commitfe69b49ccc2bb3e00977f4110a59ffe3b0516d6f (patch)
treec78705f95df4143bc28d19db6ad36df2ab2cf215 /libmpcodecs/vd.c
parent92e5414897707d998b4ba46664709347760f5b11 (diff)
parent82118dc35edfbf9b6714e1e4e6b1823fc3205ff7 (diff)
downloadmpv-fe69b49ccc2bb3e00977f4110a59ffe3b0516d6f.tar.bz2
mpv-fe69b49ccc2bb3e00977f4110a59ffe3b0516d6f.tar.xz
Merge remote-tracking branch 'wm4/window_title'
Diffstat (limited to 'libmpcodecs/vd.c')
-rw-r--r--libmpcodecs/vd.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/libmpcodecs/vd.c b/libmpcodecs/vd.c
index 21c940b9be..564ad2a911 100644
--- a/libmpcodecs/vd.c
+++ b/libmpcodecs/vd.c
@@ -321,9 +321,8 @@ int mpcodecs_config_vo2(sh_video_t *sh, int w, int h,
// Time to config libvo!
mp_msg(MSGT_CPLAYER, MSGL_V,
- "VO Config (%dx%d->%dx%d,flags=%d,'%s',0x%X)\n", sh->disp_w,
- sh->disp_h, screen_size_x, screen_size_y, vocfg_flags, "MPlayer",
- out_fmt);
+ "VO Config (%dx%d->%dx%d,flags=%d,0x%X)\n", sh->disp_w,
+ sh->disp_h, screen_size_x, screen_size_y, vocfg_flags, out_fmt);
vf->w = sh->disp_w;
vf->h = sh->disp_h;