mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 13:10:37 +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