@@ -1461,7 +1461,7 @@ private void onSettingViewClicked(int position) {
1461
1461
displaySettingsWindow (playbackSpeedAdapter , checkNotNull (settingsButton ));
1462
1462
} else if (position == SETTINGS_AUDIO_TRACK_SELECTION_POSITION ) {
1463
1463
displaySettingsWindow (audioTrackSelectionAdapter , checkNotNull (settingsButton ));
1464
- } else if (position == SETTINGS_VIDEO_TRACK_SELECTION_POSITION ) {
1464
+ } else if (position == SETTINGS_VIDEO_TRACK_SELECTION_POSITION ) {
1465
1465
displaySettingsWindow (videoTrackSelectionAdapter , checkNotNull (settingsButton ));
1466
1466
} else {
1467
1467
settingsWindow .dismiss ();
@@ -2102,7 +2102,7 @@ private final class VideoTrackSelectionAdapter extends TrackSelectionAdapter {
2102
2102
2103
2103
@ Override
2104
2104
public void onBindViewHolderAtZeroPosition (SubSettingViewHolder holder ) {
2105
- // Audio track selection option includes "Auto" at the top.
2105
+ // Video track selection option includes "Auto" at the top.
2106
2106
holder .textView .setText (R .string .exo_track_selection_auto );
2107
2107
// hasSelectionOverride is true means there is an explicit track selection, not "Auto".
2108
2108
TrackSelectionParameters parameters = checkNotNull (player ).getTrackSelectionParameters ();
@@ -2152,7 +2152,7 @@ public void onTrackSelection(String subtext) {
2152
2152
@ Override
2153
2153
public void init (List <TrackInformation > trackInformations ) {
2154
2154
this .tracks = trackInformations ;
2155
- // Update subtext in settings menu with current audio track selection.
2155
+ // Update subtext in settings menu with current video track selection.
2156
2156
TrackSelectionParameters params = checkNotNull (player ).getTrackSelectionParameters ();
2157
2157
if (trackInformations .isEmpty ()) {
2158
2158
settingsAdapter .setSubTextAtPosition (
0 commit comments