mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
lavfi/amerge: drop duplicated "Buffer queue overflow" message
The same message is shown already by the called function ff_bufqueue_is_full().
This commit is contained in:
parent
270217908b
commit
e62fca11a8
@ -234,7 +234,6 @@ static int filter_frame(AVFilterLink *inlink, AVFrame *insamples)
|
||||
break;
|
||||
av_assert1(input_number < am->nb_inputs);
|
||||
if (ff_bufqueue_is_full(&am->in[input_number].queue)) {
|
||||
av_log(ctx, AV_LOG_ERROR, "Buffer queue overflow\n");
|
||||
av_frame_free(&insamples);
|
||||
return AVERROR(ENOMEM);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user