Commit 99dbb764 by samrobinson Committed by Oliver Woodman

Allow Format change in GTS test for MediaFormat time check.

PiperOrigin-RevId: 330348510
parent ea158dcd
...@@ -191,6 +191,8 @@ import java.util.ArrayList; ...@@ -191,6 +191,8 @@ import java.util.ArrayList;
if (mediaFormat != null && !mediaFormat.equals(currentMediaFormat)) { if (mediaFormat != null && !mediaFormat.equals(currentMediaFormat)) {
outputMediaFormatChanged = true; outputMediaFormatChanged = true;
currentMediaFormat = mediaFormat; currentMediaFormat = mediaFormat;
} else {
inputFormatChangeTimesUs.remove();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment