mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-25 12:27:21 +00:00
9 lines
261 B
Ruby
9 lines
261 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_726hevc_in_matroska_appending
|
||
|
describe "appending HEVC/H.265 in Matroska, ensuring all data is passed to the correct parser instance"
|
||
|
|
||
|
files = Dir.glob("data/h265/issue-3170-sample-source-file-*").sort
|
||
|
|
||
|
test_merge "#{files.join(' + ')}"
|