This commit is contained in:
Romain Neutron 2012-05-11 00:29:43 +02:00
commit 83408e985f
6 changed files with 0 additions and 11 deletions

View file

@ -20,7 +20,6 @@ use FFMpeg\Format\DefaultAudioFormat;
*/
class Flac extends DefaultAudioFormat
{
protected $audioCodec = 'flac';
/**
@ -30,5 +29,4 @@ class Flac extends DefaultAudioFormat
{
return array('flac');
}
}