mirror of
https://github.com/mpv-player/mpv
synced 2025-03-21 18:57:35 +00:00
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:
parent
ffe0526064
commit
1479c7bd0d
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user