You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/vf_detelecine: Remove redundant declaration
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -325,7 +325,7 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *inpicref)
|
|||||||
}
|
}
|
||||||
s->nskip_fields = len;
|
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]);
|
AVFrame *frame = av_frame_clone(s->frame[i]);
|
||||||
|
|
||||||
if (!frame) {
|
if (!frame) {
|
||||||
|
Reference in New Issue
Block a user