mirror of
https://github.com/samsonjs/media.git
synced 2026-03-30 10:15:48 +00:00
Change setOutputSurfaceV23 visibility.
PiperOrigin-RevId: 313481722
This commit is contained in:
parent
f84bd4635a
commit
a01fd007cb
1 changed files with 1 additions and 1 deletions
|
|
@ -1244,7 +1244,7 @@ public class MediaCodecVideoRenderer extends MediaCodecRenderer {
|
|||
}
|
||||
|
||||
@RequiresApi(23)
|
||||
private static void setOutputSurfaceV23(MediaCodec codec, Surface surface) {
|
||||
protected void setOutputSurfaceV23(MediaCodec codec, Surface surface) {
|
||||
codec.setOutputSurface(surface);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue