mirror of
https://gitlab.com/mbunkus/mkvtoolnix.git
synced 2025-01-24 19:05:24 +00:00
Forgot to add the test case for Theora pixel aspect ratio handling.
This commit is contained in:
parent
54990f47d3
commit
95f1ba2c7f
13
tests/test-246theora_pixel_aspect_ratio.rb
Normal file
13
tests/test-246theora_pixel_aspect_ratio.rb
Normal file
@ -0,0 +1,13 @@
|
||||
#!/usr/bin/ruby -w
|
||||
|
||||
class T_246theora_pixel_aspect_ratio < Test
|
||||
def description
|
||||
return "mkvmerge / Theora's pixel aspect ratio header fields / in(OGG)"
|
||||
end
|
||||
|
||||
def run
|
||||
merge("data/ogg/pixel_aspect_ratio.ogg")
|
||||
return hash_tmp
|
||||
end
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user