mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-22 19:13:14 +00:00
6 lines
264 B
Ruby
Executable File
6 lines
264 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_585h264_wrong_mapping_of_timestamps_to_frames
|
|
describe "mkvmerge / H.264 in MPEG transport stream resulting in wrong mapping of timestamps to frames"
|
|
test_merge "data/ts/h264_wrong_mapping_of_timestamps_to_frames.ts", :args => "--no-audio"
|