mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Fix comment typo
PiperOrigin-RevId: 283543456
This commit is contained in:
parent
a6098bb9fa
commit
ab016ebd81
1 changed files with 1 additions and 1 deletions
|
|
@ -302,7 +302,7 @@ public final class AdtsExtractor implements Extractor {
|
||||||
} catch (EOFException e) {
|
} catch (EOFException e) {
|
||||||
// We reached the end of the input during a peekFully() or advancePeekPosition() operation.
|
// We reached the end of the input during a peekFully() or advancePeekPosition() operation.
|
||||||
// This is OK, it just means the input has an incomplete ADTS frame at the end. Ideally
|
// This is OK, it just means the input has an incomplete ADTS frame at the end. Ideally
|
||||||
// ExtractorInput would these operations to encounter end-of-input without throwing an
|
// ExtractorInput would allow these operations to encounter end-of-input without throwing an
|
||||||
// exception [internal: b/145586657].
|
// exception [internal: b/145586657].
|
||||||
}
|
}
|
||||||
input.resetPeekPosition();
|
input.resetPeekPosition();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue