summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-04-23 14:18:23 +0200
committerwm4 <wm4@nowhere>2013-04-23 14:18:23 +0200
commit355b980a723c8a5a578f85d82e81b79b3ddb7129 (patch)
tree282026c2e9eaa85146ec680b78aad374d1eab649
parentd638a8eda8212e69652415b313e0ce75e1210f1c (diff)
downloadmpv-355b980a723c8a5a578f85d82e81b79b3ddb7129.tar.bz2
mpv-355b980a723c8a5a578f85d82e81b79b3ddb7129.tar.xz
vo_opengl_old: remove nomanyfmts warning
The VO warns by default that the nomanyfmts option should be used if video display fails. This is almost completely useless, but people keep asking what it means.
-rw-r--r--video/out/vo_opengl_old.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/video/out/vo_opengl_old.c b/video/out/vo_opengl_old.c
index d4710e02d4..7556bccdff 100644
--- a/video/out/vo_opengl_old.c
+++ b/video/out/vo_opengl_old.c
@@ -2261,9 +2261,6 @@ static int preinit(struct vo *vo, const char *arg)
goto err_out;
autodetectGlExtensions(vo);
}
- if (p->many_fmts)
- mp_msg(MSGT_VO, MSGL_INFO, "[gl] using extended formats. "
- "Use -vo gl:nomanyfmts if playback fails.\n");
mp_msg(MSGT_VO, MSGL_V, "[gl] Using %d as slice height "
"(0 means image height).\n", p->slice_height);