Commit b77b9f5c by sofijajvc Committed by Andrew Lewis

Update dequeueOutputBuffer method

Add @Nullable annotation in the LibvpxVideoRenderer.

PiperOrigin-RevId: 263150736
parent 0e331239
......@@ -239,6 +239,7 @@ public class LibvpxVideoRenderer extends SimpleDecoderVideoRenderer {
}
@Override
@Nullable
protected VideoDecoderOutputBuffer dequeueOutputBuffer() throws VpxDecoderException {
outputBuffer = decoder.dequeueOutputBuffer();
return outputBuffer;
......
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