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

Commit e812b7c1 authored by Robert Shih's avatar Robert Shih Committed by android-build-merger
Browse files

NuPlayerDecoder: initialize dropAccessUnit to true am: 59e9ca73 am: 7215694e

am: b93e8d77

Change-Id: I50b0edde59158af59b0a03229a1f12195ad066b1
parents 1205b776 b93e8d77
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -755,7 +755,7 @@ bool NuPlayer::Decoder::isStaleReply(const sp<AMessage> &msg) {

status_t NuPlayer::Decoder::fetchInputData(sp<AMessage> &reply) {
    sp<ABuffer> accessUnit;
    bool dropAccessUnit;
    bool dropAccessUnit = true;
    do {
        status_t err = mSource->dequeueAccessUnit(mIsAudio, &accessUnit);