Skip to content

aout: drop first blocks when using a negative delay

Thomas Guillem requested to merge tguillem/vlc:aout-negative-delay into master

Fixes audio being played right away, then being flushed because way too late and being played again.

This happened only with --clock-master=input.

Fixes #27918

Merge request reports