Commit a01fd007 by olly Committed by Oliver Woodman

Change setOutputSurfaceV23 visibility.

PiperOrigin-RevId: 313481722
parent f84bd463
...@@ -1244,7 +1244,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer { ...@@ -1244,7 +1244,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
} }
@RequiresApi(23) @RequiresApi(23)
private static void setOutputSurfaceV23(MediaCodec codec, Surface surface) { protected void setOutputSurfaceV23(MediaCodec codec, Surface surface) {
codec.setOutputSurface(surface); codec.setOutputSurface(surface);
} }
......
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