Explorar o código

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

Fixes #1108
rdb %!s(int64=4) %!d(string=hai) anos
pai
achega
18cb4a7ccc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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."));
           "using the Ogg Vorbis decoder."));
 
 
 ConfigVariableBool vorbis_seek_lap
 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 "
  PRC_DESC("If this is set to true, the Ogg Vorbis decoder will automatically "
           "crosslap the transition from the previous playback position into "
           "crosslap the transition from the previous playback position into "
           "the new playback position when seeking in order to eliminate "
           "the new playback position when seeking in order to eliminate "