mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 12:53:50 +00:00
029bb0f6c1
Fixes #1081.
6 lines
197 B
Ruby
Executable File
6 lines
197 B
Ruby
Executable File
#!/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" }
|