Improve comment
This commit is contained in:
parent
d1f3f15478
commit
ebd06bdd24
1 changed files with 1 additions and 1 deletions
|
@ -377,7 +377,7 @@ public final class ListHelper {
|
||||||
static int getMostCompactAudioIndex(@Nullable final MediaFormat format,
|
static int getMostCompactAudioIndex(@Nullable final MediaFormat format,
|
||||||
@Nullable final List<AudioStream> audioStreams) {
|
@Nullable final List<AudioStream> audioStreams) {
|
||||||
return getAudioIndexByHighestRank(format, audioStreams,
|
return getAudioIndexByHighestRank(format, audioStreams,
|
||||||
// The "-" is important -> Compares ascending (first = highest rank)
|
// The "reversed()" is important -> Compares ascending (first = highest rank)
|
||||||
getAudioStreamComparator(AUDIO_FORMAT_EFFICIENCY_RANKING).reversed());
|
getAudioStreamComparator(AUDIO_FORMAT_EFFICIENCY_RANKING).reversed());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue