[vlc-devel] [PATCH] vout opengl: Change non-error to a debug message
Marvin Scholz
epirat07 at gmail.com
Wed May 3 11:41:16 CEST 2017
Replace msg_Err with msg_Dbg, as it is reported that PBO support is
enabled, which is not an error.
---
modules/video_output/opengl/converters.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/modules/video_output/opengl/converters.c b/modules/video_output/opengl/converters.c
index 000358595e..72195eeefe 100644
--- a/modules/video_output/opengl/converters.c
+++ b/modules/video_output/opengl/converters.c
@@ -1128,7 +1128,7 @@ generic_init(const video_format_t *fmt, opengl_tex_converter_t *tc,
{
tc->pf_update = tc_pbo_update;
tc->pf_release = tc_pbo_release;
- msg_Err(tc->gl, "PBO support enabled");
+ msg_Dbg(tc->gl, "PBO support enabled");
}
}
#endif
--
2.11.0 (Apple Git-81)
More information about the vlc-devel
mailing list