Fill test disk partitions with random noise to expose more bugs.
[dcpomatic.git] / test / ffmpeg_decoder_seek_test.cc
index f8ce256cf4f97b8ae6fcbd7e6367c1beda89bfb4..4dceae86ba6f6416e7add63be7c0093265fad6e8 100644 (file)
@@ -100,4 +100,5 @@ BOOST_AUTO_TEST_CASE (ffmpeg_decoder_seek_test)
        test ("boon_telly.mkv", frames);
        test ("Sintel_Trailer1.480p.DivX_Plus_HD.mkv", frames);
        test ("prophet_long_clip.mkv", { 15, 42, 999, 15 });
+       test ("dolby_aurora.vob", { 0, 125, 250, 41 });
 }