scratch – Blame information for rev 120

Subversion Repositories:
Rev:
Rev Author Line No. Line
120 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 }