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

This commit is contained in:
TreeHugger Robot
2020-06-26 16:48:22 +00:00
committed by Android (Google) Code Review

View File

@@ -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) {