avfilter/vf_detelecine: Remove redundant declaration

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
Michael Niedermayer 2016-03-19 12:26:14 +01:00
parent fbec157ea0
commit 48bda6c5f7
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
}
s->nskip_fields = len;
for (int i = 0; i < out; ++i) {
for (i = 0; i < out; ++i) {
AVFrame *frame = av_frame_clone(s->frame[i]);
if (!frame) {