Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
SDK
/
exoplayer
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
36d3fef2
authored
Sep 30, 2019
by
sofijajvc
Committed by
Oliver Woodman
Oct 02, 2019
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
Update vpx README file
PiperOrigin-RevId: 271942692
parent
9f8002f1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
extensions/vp9/README.md
extensions/vp9/README.md
View file @
36d3fef2
...
@@ -107,12 +107,11 @@ a custom track selector the choice of `Renderer` is up to your implementation,
...
@@ -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
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.
player, then implement your own logic to use the renderer for a given track.
`LibvpxVideoRenderer`
can optionally output to a
`VpxVideoSurfaceView`
when not
`LibvpxVideoRenderer`
can optionally output to a
`VideoDecoderSurfaceView`
when
being used via
`SimpleExoPlayer`
, in which case color space conversion will be
not being used via
`SimpleExoPlayer`
, in which case color space conversion will
performed using a GL shader. To enable this mode, send the renderer a message of
be performed using a GL shader. To enable this mode, send the renderer a message
type
`LibvpxVideoRenderer.MSG_SET_OUTPUT_BUFFER_RENDERER`
with the
of type
`C.MSG_SET_OUTPUT_BUFFER_RENDERER`
with the
`VideoDecoderSurfaceView`
as
`VpxVideoSurfaceView`
as its object, instead of sending
`MSG_SET_SURFACE`
with a
its object, instead of sending
`MSG_SET_SURFACE`
with a
`Surface`
.
`Surface`
.
## Links ##
## Links ##
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment