Commit a05abe54 authored by Felix Paul Kühne's avatar Felix Paul Kühne

opengl: remove debug

parent 600e3d65
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment