Remove redundant blank line

Remove redundant blank line.
This commit is contained in:
ybai001 2024-10-14 13:55:06 +08:00
parent c18c6b31ef
commit e8d29dc3d6

View File

@ -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)