mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-02-26 08:22:31 +00:00
Added a test case for AAC LC profile misdetection as being SBR.
This commit is contained in:
parent
8bf48f6424
commit
28869f3c79
@ -67,3 +67,4 @@ T_217file_identification:ef3c502529537c1d3699d0e0487751c3-7abe33b0552fa22e11a92e
|
|||||||
T_218theora:35ea3cf1add9a6687627953e1645d4c9-fac4b041366588e3c8215b9fbb696db2:passed:20060428-105054
|
T_218theora:35ea3cf1add9a6687627953e1645d4c9-fac4b041366588e3c8215b9fbb696db2:passed:20060428-105054
|
||||||
T_219srt_short_timecodes:a7db07ee64751fcc24993dd4af73ccf1:passed:20060926-112658
|
T_219srt_short_timecodes:a7db07ee64751fcc24993dd4af73ccf1:passed:20060926-112658
|
||||||
T_220ass_with_comments_at_start:51ccd0cbe4e60b21817d7547310250bb:passed:20060926-120101
|
T_220ass_with_comments_at_start:51ccd0cbe4e60b21817d7547310250bb:passed:20060926-120101
|
||||||
|
T_221aac_lc_misdetected_as_sbr:f980b6252a24a5f855ec90e3d9d3a1fe:passed:20061103-174221
|
||||||
|
13
tests/test-221aac_lc_misdetected_as_sbr.rb
Normal file
13
tests/test-221aac_lc_misdetected_as_sbr.rb
Normal file
@ -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
|
||||||
|
|
Loading…
Reference in New Issue
Block a user