summaryrefslogtreecommitdiffstats
path: root/video/out/gl_video.c
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/gl_video.c')
-rw-r--r--video/out/gl_video.c4
1 files 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;