Browse Source

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

Fixes #1108
rdb 4 years ago
parent
commit
18cb4a7ccc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/movies/config_movies.cxx

+ 1 - 1
panda/src/movies/config_movies.cxx

@@ -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 "