From a89a08f99fe02fb73c4e03e6c7d8953ffb521a60 Mon Sep 17 00:00:00 2001 From: ibaker Date: Wed, 26 Jan 2022 17:21:19 +0000 Subject: [PATCH] Reformat some README files PiperOrigin-RevId: 424366617 --- extensions/av1/README.md | 14 +++++++------- extensions/vp9/README.md | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/extensions/av1/README.md b/extensions/av1/README.md index b5d16dca8f..5357cb724f 100644 --- a/extensions/av1/README.md +++ b/extensions/av1/README.md @@ -112,20 +112,20 @@ gets from the libgav1 decoder: * GL rendering using GL shader for color space conversion - * If you are using `ExoPlayer` with `PlayerView` or - `StyledPlayerView`, enable this option by setting `surface_type` of view - to be `video_decoder_gl_surface_view`. + * If you are using `ExoPlayer` with `PlayerView` or `StyledPlayerView`, + enable this option by setting `surface_type` of view to be + `video_decoder_gl_surface_view`. * Otherwise, enable this option by sending `Libgav1VideoRenderer` a message of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of `VideoDecoderOutputBufferRenderer` as its object. `VideoDecoderGLSurfaceView` is the concrete - `VideoDecoderOutputBufferRenderer` implementation used by - `PlayerView` and `StyledPlayerView`. + `VideoDecoderOutputBufferRenderer` implementation used by `PlayerView` + and `StyledPlayerView`. * Native rendering using `ANativeWindow` - * If you are using `ExoPlayer` with `PlayerView` or - `StyledPlayerView`, this option is enabled by default. + * If you are using `ExoPlayer` with `PlayerView` or `StyledPlayerView`, + this option is enabled by default. * Otherwise, enable this option by sending `Libgav1VideoRenderer` a message of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of `SurfaceView` as its object. diff --git a/extensions/vp9/README.md b/extensions/vp9/README.md index 2e471ca118..891299d5ef 100644 --- a/extensions/vp9/README.md +++ b/extensions/vp9/README.md @@ -125,20 +125,20 @@ gets from the libvpx decoder: * GL rendering using GL shader for color space conversion - * If you are using `ExoPlayer` with `PlayerView` or - `StyledPlayerView`, enable this option by setting `surface_type` of view - to be `video_decoder_gl_surface_view`. + * If you are using `ExoPlayer` with `PlayerView` or `StyledPlayerView`, + enable this option by setting `surface_type` of view to be + `video_decoder_gl_surface_view`. * Otherwise, enable this option by sending `LibvpxVideoRenderer` a message of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of `VideoDecoderOutputBufferRenderer` as its object. `VideoDecoderGLSurfaceView` is the concrete - `VideoDecoderOutputBufferRenderer` implementation used by - `PlayerView` and `StyledPlayerView`. + `VideoDecoderOutputBufferRenderer` implementation used by `PlayerView` + and `StyledPlayerView`. * Native rendering using `ANativeWindow` - * If you are using `ExoPlayer` with `PlayerView` or - `StyledPlayerView`, this option is enabled by default. + * If you are using `ExoPlayer` with `PlayerView` or `StyledPlayerView`, + this option is enabled by default. * Otherwise, enable this option by sending `LibvpxVideoRenderer` a message of type `Renderer.MSG_SET_VIDEO_OUTPUT` with an instance of `SurfaceView` as its object.