fix: use forked libass-android with font buffering fix

This commit is contained in:
edde746
2026-02-28 19:00:55 +01:00
parent fa9c5afeb8
commit 2405cd179b
2 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -87,8 +87,8 @@ dependencies {
// FFmpeg audio decoder for unsupported codecs (ALAC, DTS, TrueHD, etc.)
implementation("org.jellyfin.media3:media3-ffmpeg-decoder:1.9.0+1")
// libass-android for ASS/SSA subtitle rendering
implementation("io.github.peerless2012:ass-media:0.4.0-beta01")
// libass-android for ASS/SSA subtitle rendering (fork with font buffering fix)
implementation(files("libs/ass-media.aar"))
// ass-kt core library (needed for AssRender.setFontScale)
implementation("io.github.peerless2012:ass-kt:0.4.0-beta01")
}
Binary file not shown.