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
7a109f74
authored
Aug 07, 2017
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'release-v2' into dev-v2-r2.5.0
parents
e713ddc2
cbffc14f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java
library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/HlsPlaylistParser.java
library/core/src/main/java/com/google/android/exoplayer2/ExoPlayer.java
View file @
7a109f74
...
...
@@ -16,6 +16,7 @@
package
com
.
google
.
android
.
exoplayer2
;
import
android.os.Looper
;
import
com.google.android.exoplayer2.source.MediaSource
;
import
com.google.android.exoplayer2.audio.MediaCodecAudioRenderer
;
import
com.google.android.exoplayer2.metadata.MetadataRenderer
;
import
com.google.android.exoplayer2.source.ClippingMediaSource
;
...
...
@@ -23,7 +24,6 @@ import com.google.android.exoplayer2.source.ConcatenatingMediaSource;
import
com.google.android.exoplayer2.source.DynamicConcatenatingMediaSource
;
import
com.google.android.exoplayer2.source.ExtractorMediaSource
;
import
com.google.android.exoplayer2.source.LoopingMediaSource
;
import
com.google.android.exoplayer2.source.MediaSource
;
import
com.google.android.exoplayer2.source.MergingMediaSource
;
import
com.google.android.exoplayer2.source.SingleSampleMediaSource
;
import
com.google.android.exoplayer2.text.TextRenderer
;
...
...
library/hls/src/main/java/com/google/android/exoplayer2/source/hls/playlist/HlsPlaylistParser.java
View file @
7a109f74
...
...
@@ -62,6 +62,7 @@ public final class HlsPlaylistParser implements ParsingLoadable.Parser<HlsPlayli
private
static
final
String
TAG_ENDLIST
=
"#EXT-X-ENDLIST"
;
private
static
final
String
TAG_KEY
=
"#EXT-X-KEY"
;
private
static
final
String
TAG_BYTERANGE
=
"#EXT-X-BYTERANGE"
;
private
static
final
String
TAG_DATERANGE
=
"#EXT-X-DATERANGE"
;
private
static
final
String
TYPE_AUDIO
=
"AUDIO"
;
private
static
final
String
TYPE_VIDEO
=
"VIDEO"
;
...
...
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