mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2024-12-26 04:42:04 +00:00
7d32fdf223
Implements #2993.
9 lines
204 B
Ruby
Executable File
9 lines
204 B
Ruby
Executable File
#!/usr/bin/ruby -w
|
|
|
|
# T_714avi_video_aspect_ratio
|
|
file = "data/avi/video_aspect_ratio.avi"
|
|
|
|
describe "mkvmerge / AVI with video aspect ratio in video properties header"
|
|
test_merge file
|
|
test_identify file
|