mirror of https://git.ffmpeg.org/ffmpeg.git
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…
Reference in New Issue