Browse Source

Fixing testffmpeg.c fallthrough warning

Petar Popovic 1 year ago
parent
commit
edb370b8bb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/testffmpeg.c

+ 1 - 0
test/testffmpeg.c

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