mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
Remove redundant blank line
Remove redundant blank line.
This commit is contained in:
parent
c18c6b31ef
commit
e8d29dc3d6
@ -850,7 +850,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||||||
private static Format deriveVideoFormat(Format variantFormat) {
|
private static Format deriveVideoFormat(Format variantFormat) {
|
||||||
@Nullable String codecs = Util.getCodecsOfType(variantFormat.codecs, C.TRACK_TYPE_VIDEO);
|
@Nullable String codecs = Util.getCodecsOfType(variantFormat.codecs, C.TRACK_TYPE_VIDEO);
|
||||||
@Nullable String sampleMimeType = MimeTypes.getMediaMimeType(codecs);
|
@Nullable String sampleMimeType = MimeTypes.getMediaMimeType(codecs);
|
||||||
|
|
||||||
return new Format.Builder()
|
return new Format.Builder()
|
||||||
.setId(variantFormat.id)
|
.setId(variantFormat.id)
|
||||||
.setLabel(variantFormat.label)
|
.setLabel(variantFormat.label)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user