ffmpeg-mappable-media/tests/FFMpeg/Tests/Format/Video/WebMTest.php

14 lines
188 B
PHP
Raw Normal View History

2013-06-25 10:03:20 +02:00
<?php
namespace FFMpeg\Tests\Format\Video;
use FFMpeg\Format\Video\WebM;
class WebMTest extends VideoTestCase
{
public function getFormat()
{
return new WebM();
}
}