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.)
This commit is contained in:
wm4 2017-08-03 16:11:47 +02:00
parent ffe0526064
commit 1479c7bd0d
1 changed files with 1 additions and 1 deletions

View File

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