From 0d27238adb9e33db71c62aaac58c33f29fa1113b Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 8 Dec 2015 22:46:42 +0100 Subject: [PATCH] tests: add case for VP9 key frame detection fixed in 237cef3 --- tests/results.txt | 1 + tests/test-513vp9_10bit_key_frame_detection.rb | 5 +++++ 2 files changed, 6 insertions(+) create mode 100755 tests/test-513vp9_10bit_key_frame_detection.rb diff --git a/tests/results.txt b/tests/results.txt index 749ea23cd..043b15e52 100644 --- a/tests/results.txt +++ b/tests/results.txt @@ -358,3 +358,4 @@ T_509rerender_track_headers_chapters_attachments:1ad646e49e231108ed8b5d1c6dce8b1 T_510propedit_add_attachments_without_meta_seek_present:770103c238a0f502c9ec55f0599d8544:passed:20151121-101043:0.070892905 T_511propedit_ensure_seek_head_exists_at_front:20f53afd94e39f5bbf3f1091eefbe31d:passed:20151129-194025:0.152563199 T_512json_identification:231941d7da79ca0eab3f8f5cd2a66e3c-ok-793233ac68c8c0af280898ec33aa6e05-ok-06dde7e7bcbec8fc9cd8f101662906dd-ok-8797f2adcd279428afa4834d93f0be34-ok-90de565f88767c95673e7b2d5ecf85d9-ok-d9c71aaad86e27979d1b5bf71cb1143f-ok-acddfd1324aa62e187f8d4023f24ec2a-ok-6c20b604bd1652766e442bf52f284a18-ok-cdf24911aad494277fd2a032affdf498-ok-dd2d4b55d2fe3f56c697371325b7d8e9-ok-7dc0464e838aa187128964387b9adcba-ok-6d365dd230156e30bfe3d60a3c6c24dc-ok-7fada0edcbd9818093ba57b78ae5706a-ok-ca5e66fad9ed5af2d672c4432cbded48-ok-b859b2500847aca0ac91918fdc8eae70-ok:passed:20151207-223859:6.280036064 +T_513vp9_10bit_key_frame_detection:9eab6e85ec792dcf670873d70a87f6ea:passed:20151208-224613:0.267556245 diff --git a/tests/test-513vp9_10bit_key_frame_detection.rb b/tests/test-513vp9_10bit_key_frame_detection.rb new file mode 100755 index 000000000..7dbb85cec --- /dev/null +++ b/tests/test-513vp9_10bit_key_frame_detection.rb @@ -0,0 +1,5 @@ +#!/usr/bin/ruby -w + +# T_513vp9_10bit_key_frame_detection +describe "mkvmerge / key frame detection for 10bit VP9 profiles" +test_merge "data/webm/vp9-10bit.mkv", :args => "--no-audio"