summaryrefslogtreecommitdiff
path: root/libavformat/img2.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2012-01-12 13:31:55 +0100
committerAnton Khirnov <anton@khirnov.net>2012-01-27 10:52:42 +0100
commit6dc345555f3bd91065c217ed8a06f8f07d399ced (patch)
tree86eb5f058cf2aac17001d13f8e6ec39e91e28fb9 /libavformat/img2.c
parentb32e30faa17939a8b98062f6219cc4574517f697 (diff)
lavf: remove disabled FF_API_LOOP_INPUT cruft
Diffstat (limited to 'libavformat/img2.c')
-rw-r--r--libavformat/img2.c5
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;