Make VpxOutputBuffer public

Mimics the ExoV1 behavior.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=217893212
This commit is contained in:
cpaulino 2018-10-19 10:41:10 -07:00 committed by Oliver Woodman
parent 6977fdbc1d
commit 0834d12843

View File

@ -19,10 +19,8 @@ import com.google.android.exoplayer2.decoder.OutputBuffer;
import com.google.android.exoplayer2.video.ColorInfo;
import java.nio.ByteBuffer;
/**
* Output buffer containing video frame data, populated by {@link VpxDecoder}.
*/
/* package */ final class VpxOutputBuffer extends OutputBuffer {
/** Output buffer containing video frame data, populated by {@link VpxDecoder}. */
public final class VpxOutputBuffer extends OutputBuffer {
public static final int COLORSPACE_UNKNOWN = 0;
public static final int COLORSPACE_BT601 = 1;