Fix typos

This commit is contained in:
TobiGr 2020-11-22 10:39:00 +01:00
parent 6f3dfad550
commit 7a8dab2d58
10 changed files with 16 additions and 16 deletions

View file

@ -205,7 +205,7 @@ public class ListHelperTest {
assertEquals(MediaFormat.M4A, stream.getFormat());
// Adding a new format and bitrate. Adding another stream will have no impact since
// it's not a prefered format.
// it's not a preferred format.
testList.add(new AudioStream("", MediaFormat.WEBMA, /**/ 192));
stream = testList.get(ListHelper.getHighestQualityAudioIndex(MediaFormat.MP3, testList));
assertEquals(192, stream.average_bitrate);