Mercurial > hg > svcore
comparison data/fileio/test/EncodingTest.h @ 1594:afa75922fe0f bqaudiostream
Add Opus tests
author | Chris Cannam |
---|---|
date | Tue, 22 Jan 2019 16:27:14 +0000 |
parents | d3f068153546 |
children | 81989085997b |
comparison
equal
deleted
inserted
replaced
1593:d3f068153546 | 1594:afa75922fe0f |
---|---|
51 { "id3v2-ucs-2", "mp3" }, | 51 { "id3v2-ucs-2", "mp3" }, |
52 { utf8_name_tsprk, "flac" }, | 52 { utf8_name_tsprk, "flac" }, |
53 { utf8_name_tsprk, "m4a" }, | 53 { utf8_name_tsprk, "m4a" }, |
54 { utf8_name_tsprk, "mp3" }, | 54 { utf8_name_tsprk, "mp3" }, |
55 { utf8_name_tsprk, "ogg" }, | 55 { utf8_name_tsprk, "ogg" }, |
56 { utf8_name_tsprk, "opus" }, | |
56 { utf8_name_sprkt, "mp3" }, | 57 { utf8_name_sprkt, "mp3" }, |
57 { utf8_name_sprkt, "ogg" }, | 58 { utf8_name_sprkt, "ogg" }, |
58 }; | 59 }; |
59 static const int testFileCount = 8; | 60 static const int testFileCount = 8; |
60 | 61 |