Forgot to add the test case for Theora pixel aspect ratio handling.

This commit is contained in:
Moritz Bunkus 2008-12-09 19:22:41 +00:00
parent 54990f47d3
commit 95f1ba2c7f

View 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