Commit aed08128 by christosts Committed by Ian Baker

Minor fix in AsynchronousMediaCodecAdapter.signalEndOfInputStream()

PiperOrigin-RevId: 407635099
parent edc4bd5b
......@@ -289,6 +289,7 @@ import java.nio.ByteBuffer;
@Override
public void signalEndOfInputStream() {
maybeBlockOnQueueing();
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