mirror of
				https://github.com/TeamNewPipe/NewPipe
				synced 2025-10-31 07:13:00 +00:00 
			
		
		
		
	Improve comment
This commit is contained in:
		| @@ -377,7 +377,7 @@ public final class ListHelper { | ||||
|     static int getMostCompactAudioIndex(@Nullable final MediaFormat format, | ||||
|                                         @Nullable final List<AudioStream> 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()); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Stypox
					Stypox