mirror of
https://github.com/samsonjs/media.git
synced 2026-04-20 13:45:47 +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)) {
|
||||
outputMediaFormatChanged = true;
|
||||
currentMediaFormat = mediaFormat;
|
||||
} else {
|
||||
inputFormatChangeTimesUs.remove();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue