Remove suffix of Format classes
This commit is contained in:
parent
f0d6756b5e
commit
cd33043f78
11 changed files with 47 additions and 47 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue