mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
6 lines
197 B
Ruby
6 lines
197 B
Ruby
|
#!/usr/bin/ruby -w
|
||
|
|
||
|
# T_482hevc_no_aspect_ratio_in_sps
|
||
|
describe "mkvmerge / HEVC no aspect ratio in sequence parameter set"
|
||
|
(1..3).each { |idx| test_merge "data/h265/no-aspect-ratio-#{idx}.hevc" }
|