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.
This commit is contained in:
wm4 2014-10-16 23:51:36 +02:00
parent b52c7273f4
commit 708ca05cc6
1 changed files with 2 additions and 2 deletions

View File

@ -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;