Prepare for 2.x push

This commit is contained in:
Oliver Woodman 2016-06-15 13:36:09 +01:00
parent 39a7cea987
commit 61d581fe44
2 changed files with 3 additions and 2 deletions

View File

@ -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_RIGHT = "crop-right";
private static final String KEY_CROP_BOTTOM = "crop-bottom";

View File

@ -85,7 +85,7 @@ public class SmoothStreamingManifestParser implements UriLoadable.Parser<SmoothS
/**
* 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 tag;