diff options
author | Anton Khirnov <anton@khirnov.net> | 2012-01-12 13:31:55 +0100 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2012-01-27 10:52:42 +0100 |
commit | 3bbfd3026c6d692696066b041f4ba4ed9c938e5d (patch) | |
tree | 3a0d062b790e6f14b36c91b99b0ddbbd26203bfc /libavformat/gif.c | |
parent | 6dc345555f3bd91065c217ed8a06f8f07d399ced (diff) | |
download | ffmpeg-3bbfd3026c6d692696066b041f4ba4ed9c938e5d.tar.gz |
lavf: remove disabled FF_API_LOOP_OUTPUT cruft
Diffstat (limited to 'libavformat/gif.c')
-rw-r--r-- | libavformat/gif.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/gif.c b/libavformat/gif.c index 3ef7ebe9be..eb1e9f04fb 100644 --- a/libavformat/gif.c +++ b/libavformat/gif.c @@ -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); |