mirror of
https://github.com/samsonjs/media.git
synced 2026-03-29 10:05:48 +00:00
Fix typo
Merge of https://github.com/google/ExoPlayer/pull/6793 PiperOrigin-RevId: 286556008
This commit is contained in:
parent
b7bc1fee9f
commit
e8cb7b2370
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ import com.google.android.exoplayer2.util.Assertions;
|
|||
* the two are tightly bound together. It may only be possible to play a certain combination tracks
|
||||
* if the renderers are configured in a particular way. Equally, it may only be possible to
|
||||
* configure renderers in a particular way if certain tracks are selected. Hence it makes sense to
|
||||
* determined the track selection and corresponding renderer configurations in a single step.
|
||||
* determine the track selection and corresponding renderer configurations in a single step.
|
||||
*
|
||||
* <h3>Threading model</h3>
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in a new issue