2013-10-10 15:09:10 +02:00
|
|
|
<?php
|
|
|
|
|
|
2016-03-06 23:38:04 +01:00
|
|
|
namespace Tests\FFMpeg\Unit\Media;
|
2013-10-10 15:09:10 +02:00
|
|
|
|
|
|
|
|
use FFMpeg\Format\ProgressableInterface;
|
|
|
|
|
use FFMpeg\Format\VideoInterface;
|
|
|
|
|
|
|
|
|
|
abstract class Prog implements ProgressableInterface, VideoInterface
|
|
|
|
|
{
|
|
|
|
|
}
|