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
04d6c8ed
authored
May 17, 2021
by
tonihei
Committed by
Oliver Woodman
May 17, 2021
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix grammar nit
PiperOrigin-RevId: 374186953
parent
6a30af56
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
library/common/src/main/java/com/google/android/exoplayer2/PlaybackException.java
library/common/src/main/java/com/google/android/exoplayer2/PlaybackException.java
View file @
04d6c8ed
...
@@ -112,11 +112,11 @@ public class PlaybackException extends Exception implements Bundleable {
...
@@ -112,11 +112,11 @@ public class PlaybackException extends Exception implements Bundleable {
// Content parsing errors (3xxx).
// Content parsing errors (3xxx).
/**
/**
* Caused by a parsing error associated
to
a media manifest. Examples of a media manifest are a
* Caused by a parsing error associated
with
a media manifest. Examples of a media manifest are a
* DASH or a SmoothStreaming manifest, or an HLS playlist.
* DASH or a SmoothStreaming manifest, or an HLS playlist.
*/
*/
public
static
final
int
ERROR_CODE_PARSING_MANIFEST_MALFORMED
=
3001
;
public
static
final
int
ERROR_CODE_PARSING_MANIFEST_MALFORMED
=
3001
;
/** Caused by a parsing error associated
to
a media container format bitstream. */
/** Caused by a parsing error associated
with
a media container format bitstream. */
public
static
final
int
ERROR_CODE_PARSING_CONTAINER_MALFORMED
=
3002
;
public
static
final
int
ERROR_CODE_PARSING_CONTAINER_MALFORMED
=
3002
;
/**
/**
* Caused by attempting to extract a file with an unsupported media container format, or an
* Caused by attempting to extract a file with an unsupported media container format, or an
...
...
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