Skip to content

aout: fix assert after pause -> flush -> resume

Thomas Guillem requested to merge tguillem/vlc:aout-paused-assert into master

Replace the assert with a if check. 'timing.pause_date' is invalid after a flush and there is nothing to delay in that case.

Fixes regression from a3ddf46f

Edited by Thomas Guillem

Merge request reports