media/libraries/decoder_ffmpeg/src/main
tonihei ae6f83d298 Fix access to stale ByteBuffer in FfmpegAudioDecoder
The native code can now reallocate the buffer if it needs to grow
its size, so we have to reacquire a reference in the Java code to
avoid accessing a stale instance.

This fixes a bug introduced by 8750ed8de6.

PiperOrigin-RevId: 578799862
2023-11-02 03:55:44 -07:00
..
java/androidx/media3/decoder/ffmpeg Fix access to stale ByteBuffer in FfmpegAudioDecoder 2023-11-02 03:55:44 -07:00
jni Merge pull request #746 from equeim:ffmpeg-output-buffer-reallocation 2023-10-31 09:59:35 -07:00
AndroidManifest.xml Add manifest to make gradle build work 2022-10-17 16:05:52 +00:00