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 WebM video format
*
* @author Romain Neutron imprec@gmail.com
*/
class WebM extends DefaultVideoFormat
class WebM extends DefaultVideo
{
protected $audioCodec = 'libvorbis';
protected $videoCodec = 'libvpx';