Browse Source

tests: c90 fixes (#endif comments) for consistency after commit 9e37839

Ozkan Sezer 1 week ago
parent
commit
83818eeb95
3 changed files with 3 additions and 3 deletions
  1. 1 1
      test/gamepad_face_axby.bmp
  2. 1 1
      test/testffmpeg.c
  3. 1 1
      test/testffmpeg_vulkan.c

+ 1 - 1
test/gamepad_face_axby.bmp


+ 1 - 1
test/testffmpeg.c

@@ -925,7 +925,7 @@ static bool GetOESTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
     glEGLImageTargetTexture2DOESFunc(GL_TEXTURE_EXTERNAL_OES, image);
     return true;
 }
-#endif // HAVE_EGL
+#endif /* HAVE_EGL */
 
 static bool GetTextureForDRMFrame(AVFrame *frame, SDL_Texture **texture)
 {

+ 1 - 1
test/testffmpeg_vulkan.c

@@ -1015,4 +1015,4 @@ void DestroyVulkanVideoContext(VulkanVideoContext *context)
 {
 }
 
-#endif // FFMPEG_VULKAN_SUPPORT
+#endif /* FFMPEG_VULKAN_SUPPORT */