From 95f1ba2c7fd62e080faaa7c13bb62c3e5ca9abf4 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 9 Dec 2008 19:22:41 +0000 Subject: [PATCH] Forgot to add the test case for Theora pixel aspect ratio handling. --- tests/test-246theora_pixel_aspect_ratio.rb | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tests/test-246theora_pixel_aspect_ratio.rb diff --git a/tests/test-246theora_pixel_aspect_ratio.rb b/tests/test-246theora_pixel_aspect_ratio.rb new file mode 100644 index 000000000..0bfca62d8 --- /dev/null +++ b/tests/test-246theora_pixel_aspect_ratio.rb @@ -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 +