mirror of
https://github.com/samsonjs/media.git
synced 2026-04-10 12:05:47 +00:00
cleaner test
This commit is contained in:
parent
c228017fe4
commit
e33e1d7922
1 changed files with 1 additions and 1 deletions
|
|
@ -530,7 +530,7 @@ public abstract class MediaCodecTrackRenderer extends TrackRenderer {
|
|||
inputIndex = -1;
|
||||
codecReinitState = REINIT_STATE_WAIT_END_OF_STREAM;
|
||||
return false;
|
||||
} else if (codecReinitState != REINIT_STATE_NONE) {
|
||||
} else if (codecReinitState == REINIT_STATE_WAIT_END_OF_STREAM) {
|
||||
// we are still waiting for the last samples to be output
|
||||
return false;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue