mirror of
https://github.com/androidx/media.git
synced 2025-04-30 06:46:50 +08:00
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)) {
|
if (mediaFormat != null && !mediaFormat.equals(currentMediaFormat)) {
|
||||||
outputMediaFormatChanged = true;
|
outputMediaFormatChanged = true;
|
||||||
currentMediaFormat = mediaFormat;
|
currentMediaFormat = mediaFormat;
|
||||||
|
} else {
|
||||||
|
inputFormatChangeTimesUs.remove();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user