mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +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
|
||||
@Nullable
|
||||
protected VideoDecoderOutputBuffer dequeueOutputBuffer() throws VpxDecoderException {
|
||||
outputBuffer = decoder.dequeueOutputBuffer();
|
||||
return outputBuffer;
|
||||
|
|
|
|||
Loading…
Reference in a new issue