Merge of https://github.com/google/ExoPlayer/pull/6793

PiperOrigin-RevId: 286556008
This commit is contained in:
olly 2019-12-20 12:14:29 +00:00 committed by Oliver Woodman
parent b7bc1fee9f
commit e8cb7b2370

View file

@ -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>
*