Skip to content

aout: dec: reset the stream on restart

Thomas Guillem requested to merge tguillem/vlc:aout-dec-restart-reset into master

stream_Reset() will reset the clock and internal timings. It is necessary since the aout module stopped and started.

This fixes incoherent timings when after aout_RestartRequest().

Merge request reports