1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

Fixed typo

This commit is contained in:
litetex 2021-11-22 20:02:31 +01:00 committed by TiA4f8R
parent 1ea716a31f
commit 7a356412d5
No known key found for this signature in database
GPG Key ID: E6D3E7F5949450DD

View File

@ -320,7 +320,7 @@ public final class ListHelper {
* @param targetedFormat The target format type or null if it doesn't matter
* @param audioStreams List of audio streams
* @param comparator The comparator used for determining the max/best/highest ranked value
* @return Index of audio stream that produces the most compact results or -1 if not found
* @return Index of audio stream that produces the highest ranked result or -1 if not found
*/
private static int getAudioIndexByHighestRank(@Nullable final MediaFormat targetedFormat,
@Nullable final List<AudioStream> audioStreams,