mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-16 03:15:38 +00:00
Fixing testffmpeg.c fallthrough warning
This commit is contained in:
committed by
Sam Lantinga
parent
19445339b8
commit
edb370b8bb
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user