]> git.sesse.net Git - ffmpeg/blobdiff - ffplay.c
Support gray8a png encoding.
[ffmpeg] / ffplay.c
index 749cfc7b9127fb46e9ccfdf2a2e3fcffbf284d76..4fd8b36a151cd8f823e816c8f8b40735d8e62677 100644 (file)
--- a/ffplay.c
+++ b/ffplay.c
@@ -2769,7 +2769,7 @@ static void stream_cycle_channel(VideoState *is, int codec_type)
 
 static void toggle_full_screen(VideoState *is)
 {
-    int i;
+    av_unused int i;
     is_full_screen = !is_full_screen;
 #if defined(__APPLE__) && SDL_VERSION_ATLEAST(1, 2, 14)
     /* OS X needs to reallocate the SDL overlays */