mirror of
https://github.com/TeamNewPipe/NewPipe
synced 2024-12-02 06:50:13 +01:00
Fixed typo
This commit is contained in:
parent
1ea716a31f
commit
7a356412d5
@ -320,7 +320,7 @@ public final class ListHelper {
|
|||||||
* @param targetedFormat The target format type or null if it doesn't matter
|
* @param targetedFormat The target format type or null if it doesn't matter
|
||||||
* @param audioStreams List of audio streams
|
* @param audioStreams List of audio streams
|
||||||
* @param comparator The comparator used for determining the max/best/highest ranked value
|
* @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,
|
private static int getAudioIndexByHighestRank(@Nullable final MediaFormat targetedFormat,
|
||||||
@Nullable final List<AudioStream> audioStreams,
|
@Nullable final List<AudioStream> audioStreams,
|
||||||
|
Loading…
Reference in New Issue
Block a user