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
61d581fe
authored
Jun 15, 2016
by
Oliver Woodman
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Prepare for 2.x push
parent
39a7cea9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
library/src/main/java/com/google/android/exoplayer/MediaCodecVideoTrackRenderer.java
library/src/main/java/com/google/android/exoplayer/smoothstreaming/SmoothStreamingManifestParser.java
library/src/main/java/com/google/android/exoplayer/MediaCodecVideoTrackRenderer.java
View file @
61d581fe
...
@@ -87,7 +87,8 @@ public class MediaCodecVideoTrackRenderer extends MediaCodecTrackRenderer {
...
@@ -87,7 +87,8 @@ public class MediaCodecVideoTrackRenderer extends MediaCodecTrackRenderer {
}
}
// TODO: Use MediaFormat constants if these get exposed through the API. See [Internal: b/14127601].
// TODO: Use MediaFormat constants if these get exposed through the API. See
// [Internal: b/14127601].
private
static
final
String
KEY_CROP_LEFT
=
"crop-left"
;
private
static
final
String
KEY_CROP_LEFT
=
"crop-left"
;
private
static
final
String
KEY_CROP_RIGHT
=
"crop-right"
;
private
static
final
String
KEY_CROP_RIGHT
=
"crop-right"
;
private
static
final
String
KEY_CROP_BOTTOM
=
"crop-bottom"
;
private
static
final
String
KEY_CROP_BOTTOM
=
"crop-bottom"
;
...
...
library/src/main/java/com/google/android/exoplayer/smoothstreaming/SmoothStreamingManifestParser.java
View file @
61d581fe
...
@@ -85,7 +85,7 @@ public class SmoothStreamingManifestParser implements UriLoadable.Parser<SmoothS
...
@@ -85,7 +85,7 @@ public class SmoothStreamingManifestParser implements UriLoadable.Parser<SmoothS
/**
/**
* A base class for parsers that parse components of a smooth streaming manifest.
* A base class for parsers that parse components of a smooth streaming manifest.
*/
*/
private
static
abstract
class
ElementParser
{
private
abstract
static
class
ElementParser
{
private
final
String
baseUri
;
private
final
String
baseUri
;
private
final
String
tag
;
private
final
String
tag
;
...
...
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