mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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;
|
inputIndex = -1;
|
||||||
codecReinitState = REINIT_STATE_WAIT_END_OF_STREAM;
|
codecReinitState = REINIT_STATE_WAIT_END_OF_STREAM;
|
||||||
return false;
|
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
|
// we are still waiting for the last samples to be output
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue