fork-38
Disable asynchronous MediaCodec queueing in ExoPlayerWrapper. The platform's async MediaCodec callback path can SIGABRT the whole process via CheckJNI when BufferInfo allocation fails (java.lang.IllegalStateException: Fatal error: could not create MediaCodec.BufferInfo object), which is unrecoverable from app code. Forcing the synchronous MediaCodecAdapter avoids that native callback thread entirely. media3 is already at 1.11.0 on this branch.