mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +00:00
Update dequeueOutputBuffer method
Add @Nullable annotation in the LibvpxVideoRenderer. PiperOrigin-RevId: 263150736
This commit is contained in:
parent
0e33123938
commit
b77b9f5c02
1 changed files with 1 additions and 0 deletions
|
|
@ -239,6 +239,7 @@ public class LibvpxVideoRenderer extends SimpleDecoderVideoRenderer {
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
@Nullable
|
||||||
protected VideoDecoderOutputBuffer dequeueOutputBuffer() throws VpxDecoderException {
|
protected VideoDecoderOutputBuffer dequeueOutputBuffer() throws VpxDecoderException {
|
||||||
outputBuffer = decoder.dequeueOutputBuffer();
|
outputBuffer = decoder.dequeueOutputBuffer();
|
||||||
return outputBuffer;
|
return outputBuffer;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue