Commit 61d581fe by Oliver Woodman

Prepare for 2.x push

parent 39a7cea9
...@@ -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";
......
...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment