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

Commit 56de7849 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Reset mExtractorInput on end of file" into rvc-dev am: c22866b5

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/12009164

Change-Id: I233a397e414f5006320cfd4d9243b807b6406822
parents 01045bfc c22866b5
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1227,6 +1227,7 @@ public final class MediaParser {
            throw new ParsingException(e);
        }
        if (result == Extractor.RESULT_END_OF_INPUT) {
            mExtractorInput = null;
            return false;
        }
        if (result == Extractor.RESULT_SEEK) {