Commit a695cbd2 by andrewlewis Committed by bachinger

Update internal codebase location for common module

PiperOrigin-RevId: 371109726
parent b65945b3
...@@ -551,8 +551,8 @@ public final class C { ...@@ -551,8 +551,8 @@ public final class C {
/** Video decoder output mode that renders 4:2:0 YUV planes directly to a surface. */ /** Video decoder output mode that renders 4:2:0 YUV planes directly to a surface. */
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, // ../../../../../../../../decoder_av1/src/main/jni/gav1_jni.cc,
// ../../../../../../../../../../../media/libraries/decoder_vp9/src/main/jni/vpx_jni.cc // ../../../../../../../../decoder_vp9/src/main/jni/vpx_jni.cc
// ) // )
/** /**
......
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