ffmpeg-mappable-media/tests/FFMpeg/Tests/Format/Video/WMV3Test.php
Romain Neutron ad3a5af623 Version 0.3
2013-06-25 10:03:20 +02:00

13 lines
188 B
PHP

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