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

Commit e75850d7 authored by George Burgess IV's avatar George Burgess IV Committed by Gerrit Code Review
Browse files

Merge "nuplayer: fix a use-of-uninit-value"

parents f7902c01 61318c55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -784,7 +784,7 @@ void NuPlayer::GenericSource::sendTextData(
        return;
    }

    int64_t nextSubTimeUs;
    int64_t nextSubTimeUs = 0;
    readBuffer(type, -1, MediaPlayerSeekMode::SEEK_PREVIOUS_SYNC /* mode */, &nextSubTimeUs);

    sp<ABuffer> buffer;