mirror of
https://github.com/samsonjs/media.git
synced 2026-04-21 13:55:47 +00:00
Add OpenGL support to av1 extension: jni library
Update native gav1GetFrame method. PiperOrigin-RevId: 271160989
This commit is contained in:
parent
c2bab7a745
commit
60a9cf68c9
1 changed files with 2 additions and 0 deletions
|
|
@ -23,10 +23,12 @@ import java.nio.ByteBuffer;
|
|||
/** Video decoder output buffer containing video frame data. */
|
||||
public abstract class VideoDecoderOutputBuffer extends OutputBuffer {
|
||||
|
||||
// LINT.IfChange
|
||||
public static final int COLORSPACE_UNKNOWN = 0;
|
||||
public static final int COLORSPACE_BT601 = 1;
|
||||
public static final int COLORSPACE_BT709 = 2;
|
||||
public static final int COLORSPACE_BT2020 = 3;
|
||||
// LINT.ThenChange(../../../../../../../../../../extensions/av1/src/main/jni/gav1_jni.cc)
|
||||
|
||||
/** Decoder private data. */
|
||||
public int decoderPrivate;
|
||||
|
|
|
|||
Loading…
Reference in a new issue