Commit 85e222a7 by christosts Committed by tonihei

Minor fix in AsynchronousMediaCodecAdapter.signalEndOfInputStream()

PiperOrigin-RevId: 407635099
parent 14b42a4e
......@@ -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