Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1cf582cf authored by Wei Jia's avatar Wei Jia Committed by Android (Google) Code Review
Browse files

Merge "GenericSource: send video input data to decoder in paused state." into nyc-dev

parents 6d40663b ff486640
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -876,7 +876,7 @@ sp<MetaData> NuPlayer::GenericSource::doGetFormatMeta(bool audio) const {

status_t NuPlayer::GenericSource::dequeueAccessUnit(
        bool audio, sp<ABuffer> *accessUnit) {
    if (!mStarted) {
    if (audio && !mStarted) {
        return -EWOULDBLOCK;
    }