[vlc-commits] opengl: remove debug

Felix Paul Kühne git at videolan.org
Fri Feb 8 22:57:00 CET 2013


vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Feb  8 22:56:58 2013 +0100| [a05abe54b341683244d6414ddd7989b57d6c8c90] | committer: Felix Paul Kühne

opengl: remove debug

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a05abe54b341683244d6414ddd7989b57d6c8c90
---

 modules/video_output/opengl.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index 188674d..53f94f3 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -415,7 +415,6 @@ vout_display_opengl_t *vout_display_opengl_New(video_format_t *fmt,
 
     if (max_texture_units >= 3 && supports_shaders &&
         vlc_fourcc_IsYUV(fmt->i_chroma) && !vlc_fourcc_IsYUV(vgl->fmt.i_chroma)) {
-        printf("passed check\n");
         const vlc_fourcc_t *list = vlc_fourcc_GetYUVFallback(fmt->i_chroma);
         while (*list) {
             const vlc_chroma_description_t *dsc = vlc_fourcc_GetChromaDescription(*list);



More information about the vlc-commits mailing list