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\Video;
|
||||
|
||||
use FFMpeg\Format\DefaultVideoFormat;
|
||||
use FFMpeg\Format\DefaultVideo;
|
||||
|
||||
/**
|
||||
* The X264 video format
|
||||
*
|
||||
* @author Romain Neutron imprec@gmail.com
|
||||
*/
|
||||
class X264 extends DefaultVideoFormat
|
||||
class X264 extends DefaultVideo
|
||||
{
|
||||
protected $audioCodec = 'libmp3lame';
|
||||
protected $videoCodec = 'libx264';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue