scratch – Blame information for rev
?pathlinks?
Rev | Author | Line No. | Line |
---|---|---|---|
115 | office | 1 | <?php |
2 | |||
3 | namespace Tests\FFMpeg\Unit\Media; |
||
4 | |||
5 | use FFMpeg\Format\ProgressableInterface; |
||
6 | use FFMpeg\Format\VideoInterface; |
||
7 | |||
8 | abstract class Prog implements ProgressableInterface, VideoInterface |
||
9 | { |
||
10 | } |