Skip to content

Revert "es_out: reset main clocks when terminating"

Thomas Guillem requested to merge tguillem/vlc:es-out-revert-reset into master

This reverts commit 36596846.

This was a really bad idea. There was 50/50 chance to improve close speed or to make it worse. Indeed, resetting the clock means that the next output update create its own reference point. That point has the same chance to be after or before the previous point.

Merge request reports