• François Grisez's avatar
    MediaCodecDecoder: restart the decoding session should... · 379b88fa
    François Grisez authored
    MediaCodecDecoder: restart the decoding session should AMediaCodec_dequeueOutputBuffer() return AMEDIA_ERROR_UNKNOWN.
    
    This status code means that the underlaying Java object has thrown an exception. The decoding session
    is often invalid in this situation and needs to be restarted.
    379b88fa