vorbis: Disable cross-lapped seeking by default, to reduce clicking

Fixes #1108
This commit is contained in:
rdb 2021-02-21 12:14:36 +01:00
parent b1dbd0fa9c
commit 18cb4a7ccc
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ ConfigVariableBool vorbis_enable_seek
"using the Ogg Vorbis decoder."));
ConfigVariableBool vorbis_seek_lap
("vorbis-seek-lap", true,
("vorbis-seek-lap", false,
PRC_DESC("If this is set to true, the Ogg Vorbis decoder will automatically "
"crosslap the transition from the previous playback position into "
"the new playback position when seeking in order to eliminate "