Allow Format change in GTS test for MediaFormat time check.

PiperOrigin-RevId: 330348510
This commit is contained in:
samrobinson 2020-09-07 10:21:23 +01:00 committed by Oliver Woodman
parent ea158dcdb0
commit 99dbb76455

View File

@ -191,6 +191,8 @@ import java.util.ArrayList;
if (mediaFormat != null && !mediaFormat.equals(currentMediaFormat)) {
outputMediaFormatChanged = true;
currentMediaFormat = mediaFormat;
} else {
inputFormatChangeTimesUs.remove();
}
}