Skip to content
Snippets Groups Projects
Commit 75cc1f0e authored by flx42's avatar flx42 Committed by Jean-Baptiste Kempf
Browse files

mediacodec: handle MediaCodec exceptions while decoding


If an exception is thrown when using the MediaCodec API, the decoder
module enters an error state and will not attempt to queue/dequeue
buffers anymore. The error state is notified to the Java using the JNI
function jni_EventHardwareAccelerationError().

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent 6eeac330
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment