From 18cb4a7ccc20ee9e46c52f5d332149c2b89afa1e Mon Sep 17 00:00:00 2001 From: rdb Date: Sun, 21 Feb 2021 12:14:36 +0100 Subject: [PATCH] vorbis: Disable cross-lapped seeking by default, to reduce clicking Fixes #1108 --- panda/src/movies/config_movies.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/movies/config_movies.cxx b/panda/src/movies/config_movies.cxx index f6e889b6e8..ae93590c42 100644 --- a/panda/src/movies/config_movies.cxx +++ b/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 "