TAV: hopefully more steady playback

This commit is contained in:
minjaesong
2025-10-23 16:01:23 +09:00
parent e147072d03
commit 6f669f4fd9
3 changed files with 90 additions and 6 deletions

View File

@@ -120,7 +120,7 @@ static int needs_alpha_channel(int channel_layout) {
#define DEFAULT_QUALITY 3
#define DEFAULT_ZSTD_LEVEL 15
#define DEFAULT_PCM_ZSTD_LEVEL 3
#define TEMPORAL_GOP_SIZE 20
#define TEMPORAL_GOP_SIZE 24
#define TEMPORAL_GOP_SIZE_MIN 8 // Minimum GOP size to avoid decoder hiccups
#define TEMPORAL_DECOMP_LEVEL 2