Allow Format change in GTS test for MediaFormat time check.
PiperOrigin-RevId: 330348510
This commit is contained in:
parent
ea158dcdb0
commit
99dbb76455
@ -191,6 +191,8 @@ import java.util.ArrayList;
|
||||
if (mediaFormat != null && !mediaFormat.equals(currentMediaFormat)) {
|
||||
outputMediaFormatChanged = true;
|
||||
currentMediaFormat = mediaFormat;
|
||||
} else {
|
||||
inputFormatChangeTimesUs.remove();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user