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

Commit 71e9ac78 authored by Santiago Seifert's avatar Santiago Seifert
Browse files

Reset mExtractorInput on end of file

Bug: 159982438
Test: atest CtsMediaParserTestCases
Change-Id: If2fcd33b7363bf33d0a7d30a5feacf7603ec375f
parent 3bc3fcff
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) {