Remove suffix of Format classes

This commit is contained in:
Romain Neutron 2012-05-25 20:53:56 +02:00
commit cd33043f78
11 changed files with 47 additions and 47 deletions

View file

@ -11,14 +11,14 @@
namespace FFMpeg\Format\Audio;
use FFMpeg\Format\DefaultAudioFormat;
use FFMpeg\Format\DefaultAudio;
/**
* The MP3 audio format
*
* @author Romain Neutron imprec@gmail.com
*/
class Mp3 extends DefaultAudioFormat
class Mp3 extends DefaultAudio
{
protected $audioCodec = 'libmp3lame';