Loading media/libstagefright/MediaCodecSource.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -761,8 +761,8 @@ status_t MediaCodecSource::feedEncoderInputBuffers() { } status_t MediaCodecSource::onStart(MetaData *params) { if (mStopping) { ALOGE("Failed to start while we're stopping"); if (mStopping || mOutput.lock()->mEncoderReachedEOS) { ALOGE("Failed to start while we're stopping or encoder already stopped due to EOS error"); return INVALID_OPERATION; } int64_t startTimeUs; Loading Loading
media/libstagefright/MediaCodecSource.cpp +2 −2 Original line number Diff line number Diff line Loading @@ -761,8 +761,8 @@ status_t MediaCodecSource::feedEncoderInputBuffers() { } status_t MediaCodecSource::onStart(MetaData *params) { if (mStopping) { ALOGE("Failed to start while we're stopping"); if (mStopping || mOutput.lock()->mEncoderReachedEOS) { ALOGE("Failed to start while we're stopping or encoder already stopped due to EOS error"); return INVALID_OPERATION; } int64_t startTimeUs; Loading