mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Allow Format change in GTS test for MediaFormat time check.
PiperOrigin-RevId: 330348510
This commit is contained in:
parent
ea158dcdb0
commit
99dbb76455
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue