mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
avfilter/f_segment: silence compiler warning
This commit is contained in:
parent
0a8a0c96ae
commit
bf0f996c12
@ -207,6 +207,8 @@ static int activate(AVFilterContext *ctx)
|
||||
}
|
||||
ret = ff_inlink_consume_samples(inlink, 1, max_samples, &frame);
|
||||
break;
|
||||
default:
|
||||
return AVERROR_BUG;
|
||||
}
|
||||
|
||||
if (ret > 0) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user