mirror of
https://github.com/samsonjs/media.git
synced 2026-04-01 10:35:48 +00:00
parent
3539b26e19
commit
89f52dcb93
1 changed files with 0 additions and 3 deletions
|
|
@ -1217,9 +1217,6 @@ public final class Format implements Bundleable {
|
|||
if (format.label != null) {
|
||||
builder.append(", label=").append(format.label);
|
||||
}
|
||||
if (format.subsampleOffsetUs != OFFSET_SAMPLE_RELATIVE) {
|
||||
builder.append(", subsampleOffsetUs=").append(format.subsampleOffsetUs);
|
||||
}
|
||||
if (format.selectionFlags != 0) {
|
||||
List<String> selectionFlags = new ArrayList<>();
|
||||
// LINT.IfChange(selection_flags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue