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

Commit b0bec596 authored by Ray Essick's avatar Ray Essick Committed by Gerrit Code Review
Browse files

Merge "libstagefright: Bug Fix"

parents f2f591ed 04796937
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -348,6 +348,10 @@ status_t FrameDecoder::extractInternal() {
    status_t err = OK;
    bool done = false;
    size_t retriesLeft = kRetryCount;
    if (!mDecoder) {
        ALOGE("decoder is not initialized");
        return NO_INIT;
    }
    do {
        size_t index;
        int64_t ptsUs = 0LL;