mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
parent
fc82f4a1f8
commit
50a4d076ce
@ -162,7 +162,7 @@ static int trim_filter_frame(AVFilterLink *inlink, AVFrame *frame)
|
||||
drop = 0;
|
||||
|
||||
if (drop) {
|
||||
s->eof = 1;
|
||||
s->eof = inlink->closed = 1;
|
||||
goto drop;
|
||||
}
|
||||
}
|
||||
@ -296,7 +296,7 @@ static int atrim_filter_frame(AVFilterLink *inlink, AVFrame *frame)
|
||||
}
|
||||
|
||||
if (drop) {
|
||||
s->eof = 1;
|
||||
s->eof = inlink->closed = 1;
|
||||
goto drop;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user