Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e59d97bc authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "ExtractorUnitTest: add more input vectors"

parents 2d130048 21a6de70
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -926,15 +926,27 @@ INSTANTIATE_TEST_SUITE_P(ExtractorUnitTestAll, ExtractorFunctionalityTest,
                                           make_pair("ogg", "john_cage.ogg"),
                                           make_pair("wav", "monotestgsm.wav"),
                                           make_pair("mpeg2ts", "segment000001.ts"),
                                           make_pair("mpeg2ts", "testac3ts.ts"),
                                           make_pair("mpeg2ts", "testac4ts.ts"),
                                           make_pair("mpeg2ts", "testeac3ts.ts"),
                                           make_pair("flac", "sinesweepflac.flac"),
                                           make_pair("ogg", "testopus.opus"),
                                           make_pair("ogg", "sinesweepoggalbumart.ogg"),
                                           make_pair("midi", "midi_a.mid"),
                                           make_pair("mkv", "sinesweepvorbis.mkv"),
                                           make_pair("mkv", "sinesweepmp3lame.mkv"),
                                           make_pair("mkv", "loudsoftaac.mkv"),
                                           make_pair("mpeg4", "sinesweepoggmp4.mp4"),
                                           make_pair("mp3", "sinesweepmp3lame.mp3"),
                                           make_pair("mp3", "id3test10.mp3"),
                                           make_pair("mkv", "swirl_144x136_vp9.webm"),
                                           make_pair("mkv", "swirl_144x136_vp8.webm"),
                                           make_pair("mkv", "swirl_144x136_avc.mkv"),
                                           make_pair("mkv", "withoutcues.mkv"),
                                           make_pair("mpeg2ps", "swirl_144x136_mpeg2.mpg"),
                                           make_pair("mpeg2ps", "programstream.mpeg"),
                                           make_pair("mpeg4", "testac3mp4.mp4"),
                                           make_pair("mpeg4", "testeac3mp4.mp4"),
                                           make_pair("mpeg4", "swirl_132x130_mpeg4.mp4")));

int main(int argc, char **argv) {