]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/gif.c
Merge remote-tracking branch 'qatar/master'
[ffmpeg] / libavformat / gif.c
index 200bc70573981bdb2263f12c33c7acb845d152e2..dc63af97788c19e40485b36e891b59fc4b66869a 100644 (file)
@@ -288,11 +288,6 @@ static int gif_write_header(AVFormatContext *s)
         return AVERROR(EIO);
     }
 
-#if FF_API_LOOP_OUTPUT
-    if (s->loop_output)
-        gif->loop = s->loop_output;
-#endif
-
     gif_image_write_header(pb, width, height, gif->loop, NULL);
 
     avio_flush(s->pb);