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
9f0a6f16
authored
Mar 02, 2023
by
andrewlewis
Committed by
tonihei
Mar 02, 2023
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Fix typo
PiperOrigin-RevId: 513529059
parent
389d5ea2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/TransformerUtil.java
library/transformer/src/main/java/com/google/android/exoplayer2/transformer/TransformerUtil.java
View file @
9f0a6f16
...
...
@@ -29,7 +29,7 @@ import com.google.android.exoplayer2.util.MimeTypes;
* Returns the {@link C.TrackType track type} constant corresponding to how a specified MIME type
* should be processed, which may be {@link C#TRACK_TYPE_UNKNOWN} if it could not be determined.
*
* <p>{@linkplain MimeTypes#isImage
image} mime
types are processed as {@link C#TRACK_TYPE_VIDEO}.
* <p>{@linkplain MimeTypes#isImage
Image} MIME
types are processed as {@link C#TRACK_TYPE_VIDEO}.
*
* <p>See {@link MimeTypes#getTrackType} for more details.
*/
...
...
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