Skip to content

Commit

Permalink
Add Format.label to the extractor test dumps
Browse files Browse the repository at this point in the history
Needed to test issue:#7247

PiperOrigin-RevId: 307016276
  • Loading branch information
icbaker authored and ojw28 committed Apr 20, 2020
1 parent abadc76 commit 15bbd18
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -297,6 +297,7 @@ public void dump(Dumper dumper) {
addIfNonDefault(dumper, "subsampleOffsetUs", format -> format.subsampleOffsetUs);
addIfNonDefault(dumper, "selectionFlags", format -> format.selectionFlags);
addIfNonDefault(dumper, "language", format -> format.language);
addIfNonDefault(dumper, "label", format -> format.label);
if (format.drmInitData != null) {
dumper.add("drmInitData", format.drmInitData.hashCode());
}
Expand Down

0 comments on commit 15bbd18

Please sign in to comment.