PiperOrigin-RevId: 561587445
This commit is contained in:
ibaker 2023-08-31 01:49:44 -07:00 committed by Copybara-Service
parent 3539b26e19
commit 89f52dcb93

View File

@ -1217,9 +1217,6 @@ public final class Format implements Bundleable {
if (format.label != null) { if (format.label != null) {
builder.append(", label=").append(format.label); builder.append(", label=").append(format.label);
} }
if (format.subsampleOffsetUs != OFFSET_SAMPLE_RELATIVE) {
builder.append(", subsampleOffsetUs=").append(format.subsampleOffsetUs);
}
if (format.selectionFlags != 0) { if (format.selectionFlags != 0) {
List<String> selectionFlags = new ArrayList<>(); List<String> selectionFlags = new ArrayList<>();
// LINT.IfChange(selection_flags) // LINT.IfChange(selection_flags)