diff options
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; |