mirror of
https://github.com/androidx/media.git
synced 2025-05-08 08:00:49 +08:00
Fix comment typo
PiperOrigin-RevId: 283543456
This commit is contained in:
parent
65c4a58825
commit
f28a17f9eb
@ -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…
x
Reference in New Issue
Block a user