A test for Dirac elementary streams

This commit is contained in:
Moritz Bunkus 2010-05-30 14:42:52 +02:00
parent d70addf8b8
commit 8fb435e4d1
2 changed files with 14 additions and 0 deletions

View File

@ -118,3 +118,4 @@ T_268X_vp8:c53158209dbc17baa518129377d74edd:passed:20100527-140446
T_269X_vp8_without_default_duration:94cbe19ff77f18ae6ec027e15db17983:passed:20100527-143214
T_270ivf:030b6cba93b802a9dc97218d69821042-6821f8278a08b525c453fd02f4b90f9d-481ad0d1ebc6117551e0a946b7b40593:passed:20100527-145644
T_271ogg_flac_1_1_1:83da54c34efcce217a3ef16fcd70940f:passed:20100528-150526
T_272dirac:df217fd56bc14f601431c744aa435465:passed:20100530-144232

13
tests/test-272dirac.rb Normal file
View File

@ -0,0 +1,13 @@
#!/usr/bin/ruby -w
class T_272dirac < Test
def description
return "mkvmerge / Dirac elementary stream"
end
def run
merge "data/dirac/v.drc"
return hash_tmp
end
end