Loading media/libstagefright/AwesomePlayer.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,9 @@ void AwesomePlayer::onEvent(int32_t code) { } if (mVideoBuffer->range_length() == 0) { // Some decoders, notably the PV AVC software decoder // return spurious empty buffers that we just want to ignore. mVideoBuffer->release(); mVideoBuffer = NULL; continue; Loading Loading
media/libstagefright/AwesomePlayer.cpp +3 −0 Original line number Diff line number Diff line Loading @@ -544,6 +544,9 @@ void AwesomePlayer::onEvent(int32_t code) { } if (mVideoBuffer->range_length() == 0) { // Some decoders, notably the PV AVC software decoder // return spurious empty buffers that we just want to ignore. mVideoBuffer->release(); mVideoBuffer = NULL; continue; Loading