mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Remove debug print.
Checked there's no other occurrence. PiperOrigin-RevId: 507534909
This commit is contained in:
parent
659b107022
commit
14881f0ef0
1 changed files with 0 additions and 1 deletions
|
|
@ -184,7 +184,6 @@ import org.checkerframework.checker.nullness.qual.MonotonicNonNull;
|
||||||
@Override
|
@Override
|
||||||
public void signalEndOfCurrentInputStream() {
|
public void signalEndOfCurrentInputStream() {
|
||||||
checkState(!streamOffsetUsQueue.isEmpty(), "No input stream to end.");
|
checkState(!streamOffsetUsQueue.isEmpty(), "No input stream to end.");
|
||||||
android.util.Log.e("LYC", "Signal end");
|
|
||||||
streamOffsetUsQueue.remove();
|
streamOffsetUsQueue.remove();
|
||||||
if (streamOffsetUsQueue.isEmpty()) {
|
if (streamOffsetUsQueue.isEmpty()) {
|
||||||
frameProcessorListenerExecutor.execute(frameProcessorListener::onFrameProcessingEnded);
|
frameProcessorListenerExecutor.execute(frameProcessorListener::onFrameProcessingEnded);
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue