Merge "Reset mExtractorInput on end of file" into rvc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
c22866b592
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user