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 | 6dc345555f3bd91065c217ed8a06f8f07d399ced (patch) | |
tree | 86eb5f058cf2aac17001d13f8e6ec39e91e28fb9 /libavformat/img2.c | |
parent | b32e30faa17939a8b98062f6219cc4574517f697 (diff) | |
download | ffmpeg-6dc345555f3bd91065c217ed8a06f8f07d399ced.tar.gz |
lavf: remove disabled FF_API_LOOP_INPUT cruft
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r-- | libavformat/img2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libavformat/img2.c b/libavformat/img2.c index 4ff47670a5..f7a9fa5e30 100644 --- a/libavformat/img2.c +++ b/libavformat/img2.c @@ -228,11 +228,6 @@ static int read_header(AVFormatContext *s1) return ret; } -#if FF_API_LOOP_INPUT - if (s1->loop_input) - s->loop = s1->loop_input; -#endif - av_strlcpy(s->path, s1->filename, sizeof(s->path)); s->img_number = 0; s->img_count = 0; |