From 355b980a723c8a5a578f85d82e81b79b3ddb7129 Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 23 Apr 2013 14:18:23 +0200 Subject: 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. --- video/out/vo_opengl_old.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'video') 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); -- cgit v1.2.3