mirror of
https://github.com/samsonjs/media.git
synced 2026-03-25 09:25:53 +00:00
Prepare for 2.x push
This commit is contained in:
parent
39a7cea987
commit
61d581fe44
2 changed files with 3 additions and 2 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue