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\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';