Commit 0834d128 by cpaulino Committed by Oliver Woodman

Make VpxOutputBuffer public

Mimics the ExoV1 behavior.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=217893212
parent 6977fdbc
...@@ -19,10 +19,8 @@ import com.google.android.exoplayer2.decoder.OutputBuffer; ...@@ -19,10 +19,8 @@ import com.google.android.exoplayer2.decoder.OutputBuffer;
import com.google.android.exoplayer2.video.ColorInfo; import com.google.android.exoplayer2.video.ColorInfo;
import java.nio.ByteBuffer; import java.nio.ByteBuffer;
/** /** Output buffer containing video frame data, populated by {@link VpxDecoder}. */
* Output buffer containing video frame data, populated by {@link VpxDecoder}. public final class VpxOutputBuffer extends OutputBuffer {
*/
/* package */ final class VpxOutputBuffer extends OutputBuffer {
public static final int COLORSPACE_UNKNOWN = 0; public static final int COLORSPACE_UNKNOWN = 0;
public static final int COLORSPACE_BT601 = 1; public static final int COLORSPACE_BT601 = 1;
......
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