vorbis: Disable cross-lapped seeking by default, to reduce clicking
Fixes #1108
This commit is contained in:
parent
b1dbd0fa9c
commit
18cb4a7ccc
|
|
@ -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 "
|
||||
|
|
|
|||
Loading…
Reference in New Issue