mirror of
https://github.com/samsonjs/media.git
synced 2026-04-13 12:35:48 +00:00
Remove redundant blank line
Remove redundant blank line.
This commit is contained in:
parent
c18c6b31ef
commit
e8d29dc3d6
1 changed files with 0 additions and 1 deletions
|
|
@ -850,7 +850,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
|||
private static Format deriveVideoFormat(Format variantFormat) {
|
||||
@Nullable String codecs = Util.getCodecsOfType(variantFormat.codecs, C.TRACK_TYPE_VIDEO);
|
||||
@Nullable String sampleMimeType = MimeTypes.getMediaMimeType(codecs);
|
||||
|
||||
return new Format.Builder()
|
||||
.setId(variantFormat.id)
|
||||
.setLabel(variantFormat.label)
|
||||
|
|
|
|||
Loading…
Reference in a new issue