Commit c82d81ba authored by Paul B Mahol's avatar Paul B Mahol

avfilter/af_dynaudnorm: always update delay when flushing

parent ac551c54
......@@ -715,6 +715,7 @@ static int flush(AVFilterLink *outlink)
s->pts = out->pts;
ret = ff_filter_frame(outlink, out);
s->delay = s->queue.available;
}
return ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment