scratch

Subversion Repositories:
Compare Path: Rev
With Path: Rev
?path1? @ 114  →  ?path2? @ 115
/vendor/php-ffmpeg/php-ffmpeg/tests/Unit/Media/AudioProg.php
@@ -0,0 +1,10 @@
<?php
 
namespace Tests\FFMpeg\Unit\Media;
 
use FFMpeg\Format\ProgressableInterface;
use FFMpeg\Format\AudioInterface;
 
abstract class AudioProg implements ProgressableInterface, AudioInterface
{
}