Configuring ASS subtitles causes the system's native memory usage to keep increasing the longer playback continues, eventually triggering the low memory killer.I suspect that Bitmaps are being allocated on the native side, but their memory is not being released.
code:AssKt.c -> nativeAssRenderFrame()
Configuring ASS subtitles causes the system's native memory usage to keep increasing the longer playback continues, eventually triggering the low memory killer.I suspect that Bitmaps are being allocated on the native side, but their memory is not being released.
code:AssKt.c -> nativeAssRenderFrame()