diff --git a/tests/results.txt b/tests/results.txt index e5b4ebdd4..4703a8d74 100644 --- a/tests/results.txt +++ b/tests/results.txt @@ -67,3 +67,4 @@ T_217file_identification:ef3c502529537c1d3699d0e0487751c3-7abe33b0552fa22e11a92e T_218theora:35ea3cf1add9a6687627953e1645d4c9-fac4b041366588e3c8215b9fbb696db2:passed:20060428-105054 T_219srt_short_timecodes:a7db07ee64751fcc24993dd4af73ccf1:passed:20060926-112658 T_220ass_with_comments_at_start:51ccd0cbe4e60b21817d7547310250bb:passed:20060926-120101 +T_221aac_lc_misdetected_as_sbr:f980b6252a24a5f855ec90e3d9d3a1fe:passed:20061103-174221 diff --git a/tests/test-221aac_lc_misdetected_as_sbr.rb b/tests/test-221aac_lc_misdetected_as_sbr.rb new file mode 100644 index 000000000..f5190430e --- /dev/null +++ b/tests/test-221aac_lc_misdetected_as_sbr.rb @@ -0,0 +1,13 @@ +#!/usr/bin/ruby -w + +class T_221aac_lc_misdetected_as_sbr < Test + def description + return "mkvmerge / AAC in MP4 with LC profile misdetected as SBR / in(MP4)" + end + + def run + merge("data/mp4/blood_ed3_sample_audio.mp4") + return hash_tmp + end +end +