scratch – Blame information for rev 115

Subversion Repositories:
Rev:
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\AudioInterface;
7  
8 abstract class AudioProg implements ProgressableInterface, AudioInterface
9 {
10 }