Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
f28a17f9
authored
Dec 03, 2019
by
andrewlewis
Committed by
bachinger
Dec 04, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix comment typo
PiperOrigin-RevId: 283543456
parent
65c4a588
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/core/src/main/java/com/google/android/exoplayer2/extractor/ts/AdtsExtractor.java
library/core/src/main/java/com/google/android/exoplayer2/extractor/ts/AdtsExtractor.java
View file @
f28a17f9
...
@@ -302,7 +302,7 @@ public final class AdtsExtractor implements Extractor {
...
@@ -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
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment