mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 20:32:33 +00:00
6 lines
225 B
Ruby
6 lines
225 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_525truehd_doesnt_start_with_sync_frame
|
||
|
describe "mkvmerge / TrueHD recognition if the stream doesn't start with a TrueHD sync frame"
|
||
|
test_identify "data/truehd/truehd-not-starting-with-sync-frame.thd"
|