Fixing testffmpeg.c fallthrough warning

main
Petar Popovic 2024-04-10 16:37:45 +02:00 committed by Sam Lantinga
parent 19445339b8
commit edb370b8bb
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ static SDL_bool GetOESTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
case SDL_COLOR_PRIMARIES_BT2020:
attr[k++] = EGL_YUV_COLOR_SPACE_HINT_EXT;
attr[k++] = EGL_ITU_REC2020_EXT;
break;
default:
break;
}