Fix audio discontinuity by using output seeking

This commit is contained in:
Zoe Roux
2026-04-29 18:37:52 +02:00
parent 80127c9106
commit 2f5ef7965b
7 changed files with 211 additions and 37 deletions
+3
View File
@@ -39,6 +39,9 @@ func (as *AudioStream) getOutPath(encoder_id int) string {
}
func (as *AudioStream) getFlags() Flags {
if as.quality == AOriginal {
return AudioF | CopyF
}
return AudioF
}