Rename interfaces

This commit is contained in:
grosroro 2012-05-30 15:06:53 +02:00
commit 78bb1bd86e
13 changed files with 162 additions and 67 deletions

View file

@ -18,11 +18,5 @@ namespace FFMpeg\Format;
*/
interface Video extends Audio
{
/**
* Returns the video codec
*
* @return string
*/
public function getVideoCodec();
}