Commit efce7b9e by andrewlewis Committed by Oliver Woodman

Update internal codebase location for vp9 extension

PiperOrigin-RevId: 369443204
parent 2f731001
...@@ -554,7 +554,7 @@ public final class C { ...@@ -554,7 +554,7 @@ public final class C {
public static final int VIDEO_OUTPUT_MODE_SURFACE_YUV = 1; public static final int VIDEO_OUTPUT_MODE_SURFACE_YUV = 1;
// LINT.ThenChange( // LINT.ThenChange(
// ../../../../../../../../../../../media/libraries/decoder_av1/src/main/jni/gav1_jni.cc, // ../../../../../../../../../../../media/libraries/decoder_av1/src/main/jni/gav1_jni.cc,
// ../../../../../../../../../extensions/vp9/src/main/jni/vpx_jni.cc // ../../../../../../../../../../../media/libraries/decoder_vp9/src/main/jni/vpx_jni.cc
// ) // )
/** /**
......
...@@ -31,7 +31,7 @@ public class VideoDecoderOutputBuffer extends OutputBuffer { ...@@ -31,7 +31,7 @@ public class VideoDecoderOutputBuffer extends OutputBuffer {
public static final int COLORSPACE_BT2020 = 3; public static final int COLORSPACE_BT2020 = 3;
// LINT.ThenChange( // LINT.ThenChange(
// ../../../../../../../../../../../../media/libraries/decoder_av1/src/main/jni/gav1_jni.cc, // ../../../../../../../../../../../../media/libraries/decoder_av1/src/main/jni/gav1_jni.cc,
// ../../../../../../../../../../extensions/vp9/src/main/jni/vpx_jni.cc // ../../../../../../../../../../../../media/libraries/decoder_vp9/src/main/jni/vpx_jni.cc
// ) // )
/** Decoder private data. Used from native code. */ /** Decoder private data. Used from native code. */
......
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