Rename Audio to AudioInterface and Video to VideoInterface

This commit is contained in:
Romain Neutron 2012-10-31 00:53:26 +01:00
commit ea17f2f257
12 changed files with 128 additions and 34 deletions

View file

@ -11,7 +11,7 @@
namespace FFMpeg\Format\Video;
use FFMpeg\Format\Video as BaseVideo;
use FFMpeg\Format\VideoInterface;
use FFMpeg\Format\Dimension;
/**
@ -21,7 +21,7 @@ use FFMpeg\Format\Dimension;
*
* @author Romain Neutron imprec@gmail.com
*/
interface Resizable extends BaseVideo
interface Resizable extends VideoInterface
{
/**