2013-06-25 10:03:20 +02:00
|
|
|
<?php
|
|
|
|
|
|
2016-03-06 23:38:04 +01:00
|
|
|
namespace Tests\FFMpeg\Unit\Format\Video;
|
2013-06-25 10:03:20 +02:00
|
|
|
|
|
|
|
|
use FFMpeg\Format\Video\WMV3;
|
|
|
|
|
|
|
|
|
|
class WMV3Test extends VideoTestCase
|
|
|
|
|
{
|
|
|
|
|
public function getFormat()
|
|
|
|
|
{
|
|
|
|
|
return new WMV3();
|
|
|
|
|
}
|
|
|
|
|
}
|