From 36d3fef2b5ee803fc7a5e41befc27bd8fd6a8b4e Mon Sep 17 00:00:00 2001 From: sofijajvc Date: Mon, 30 Sep 2019 10:58:32 +0100 Subject: [PATCH] Update vpx README file PiperOrigin-RevId: 271942692 --- extensions/vp9/README.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/extensions/vp9/README.md b/extensions/vp9/README.md index 34230db2ec..b7ea254a6c 100644 --- a/extensions/vp9/README.md +++ b/extensions/vp9/README.md @@ -107,12 +107,11 @@ a custom track selector the choice of `Renderer` is up to your implementation, so you need to make sure you are passing an `LibvpxVideoRenderer` to the player, then implement your own logic to use the renderer for a given track. -`LibvpxVideoRenderer` can optionally output to a `VpxVideoSurfaceView` when not -being used via `SimpleExoPlayer`, in which case color space conversion will be -performed using a GL shader. To enable this mode, send the renderer a message of -type `LibvpxVideoRenderer.MSG_SET_OUTPUT_BUFFER_RENDERER` with the -`VpxVideoSurfaceView` as its object, instead of sending `MSG_SET_SURFACE` with a -`Surface`. +`LibvpxVideoRenderer` can optionally output to a `VideoDecoderSurfaceView` when +not being used via `SimpleExoPlayer`, in which case color space conversion will +be performed using a GL shader. To enable this mode, send the renderer a message +of type `C.MSG_SET_OUTPUT_BUFFER_RENDERER` with the `VideoDecoderSurfaceView` as +its object, instead of sending `MSG_SET_SURFACE` with a `Surface`. ## Links ##