You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avfilter/af_rubberband: also do not ignore failures
This commit is contained in:
@@ -186,7 +186,7 @@ static int activate(AVFilterContext *ctx)
|
||||
return ret;
|
||||
if (ret > 0) {
|
||||
ret = filter_frame(inlink, in);
|
||||
if (ret > 0)
|
||||
if (ret != 0)
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user