mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 20:19:55 +00:00
avfilter/vf_detelecine: Remove redundant declaration
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
fbec157ea0
commit
48bda6c5f7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user