Commit 60a9cf68 by sofijajvc Committed by Oliver Woodman

Add OpenGL support to av1 extension: jni library

Update native gav1GetFrame method.

PiperOrigin-RevId: 271160989
parent c2bab7a7
......@@ -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;
......
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