Commit 3bc7ffe6 by christosts Committed by tonihei

Minor fix in AsynchronousMediaCodecAdapter.signalEndOfInputStream()

PiperOrigin-RevId: 407635099
parent a9473796
...@@ -289,6 +289,7 @@ import java.nio.ByteBuffer; ...@@ -289,6 +289,7 @@ import java.nio.ByteBuffer;
@Override @Override
public void signalEndOfInputStream() { public void signalEndOfInputStream() {
maybeBlockOnQueueing();
codec.signalEndOfInputStream(); codec.signalEndOfInputStream();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment