• François Grisez's avatar
    Handle the case when AMediaCodec_dequeueOutputBuffer() returns... · 3178a623
    François Grisez authored
    Handle the case when AMediaCodec_dequeueOutputBuffer() returns AMEDIACODEC_INFO_OUTPUT_FORMAT_CHANGED and AMEDIACODEC_INFO_OUTPUT_BUFFERS_CHANGED consecutively.
    
    Before that fix, the second call to AMediaCodec_dequeueOutputBuffer() was considered as failed
    although AMEDIACODEC_INFO_OUTPUT_BUFFERS_CHANGED was returned.
    3178a623