From 708ca05cc69468fdb4b83f80bb7b85a14ee5dd37 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 16 Oct 2014 23:51:36 +0200 Subject: vo_opengl: fix wrong comments The previous commit was actually incorrect, and the change had absolutely no effect. The two formats are (fortunately) the same. I'm probably too tired. --- video/out/gl_video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/video/out/gl_video.c b/video/out/gl_video.c index a3f267a2eb..c66021ee76 100644 --- a/video/out/gl_video.c +++ b/video/out/gl_video.c @@ -167,10 +167,10 @@ struct gl_video { uint32_t image_w, image_h; uint32_t image_dw, image_dh; - uint32_t image_format; // "real" input format + uint32_t image_format; int texture_w, texture_h; - struct mp_imgfmt_desc image_desc; // input format for shader filter chain + struct mp_imgfmt_desc image_desc; bool is_yuv, is_rgb, is_packed_yuv; bool is_linear_rgb; -- cgit v1.2.3