mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
45f61c4390
AC-3 frames are also possible as a result of the parser. This is especially true for non-TrueHD streams as those don't have a strong signature. The reader's main code relies on a real TrueHD header having been found, though. Fixes #1559.
6 lines
185 B
Ruby
Executable File
6 lines
185 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_524mpeg2_misdetected_as_truehd
|
|
describe "mkvmerge / MPEG-2 video elementary stream mis-detected as TrueHD"
|
|
test_identify "data/mpeg12/misdetected_as_truehd.m2v"
|