From 1479c7bd0dc72de0a608b7c5f1a91fb5afd4397c Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 3 Aug 2017 16:11:47 +0200 Subject: vo_opengl: give special Apple name a more appropriate name Or less appropriate, as some would argue. The new name is short for "Apple YUV packed". (This format is needed only for hardware decoding on rather old Apple hardware, and a very annoying special case.) --- video/out/opengl/formats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/video/out/opengl/formats.c b/video/out/opengl/formats.c index 41b7f459e3..7556bf21e2 100644 --- a/video/out/opengl/formats.c +++ b/video/out/opengl/formats.c @@ -88,7 +88,7 @@ const struct gl_format gl_formats[] = { // Special formats. {"rgb565", GL_RGB8, GL_RGB, GL_UNSIGNED_SHORT_5_6_5, F_TF | F_GL2 | F_GL3}, - {"ashit", GL_RGB, GL_RGB_422_APPLE, + {"appleyp", GL_RGB, GL_RGB_422_APPLE, GL_UNSIGNED_SHORT_8_8_APPLE, F_TF | F_APPL}, {0} -- cgit v1.2.3