mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
27ce4e219c
Prevents an uncaught exception in the AAC packetizer as it requires the sample rate to be set properly. Fixes the following test case of #1780: explorer🆔000019,sig:06,src:000000,op:flip2,pos:2
10 lines
353 B
Ruby
Executable File
10 lines
353 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_561segfaults_issue_1780_part_4
|
|
describe "mkvmerge / various test cases for segfaults collected in issue 1780 part 4"
|
|
|
|
dir = "data/segfaults-assertions/issue-1780"
|
|
|
|
# "AAC reader: keep reading until frame with sample rate > 0 is found"
|
|
test_merge "#{dir}/explorer:id:000019,sig:06,src:000000,op:flip2,pos:2", :exit_code => :error
|