ffmpeg-mappable-media/tests/Unit/Format/Video/WebMTest.php

13 lines
193 B
PHP

<?php
namespace Tests\FFMpeg\Unit\Format\Video;
use FFMpeg\Format\Video\WebM;
class WebMTest extends VideoTestCase
{
public function getFormat()
{
return new WebM();
}
}