Fix typos
This commit is contained in:
parent
6f3dfad550
commit
7a8dab2d58
10 changed files with 16 additions and 16 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue