Proper command escaping

This commit is contained in:
Romain Neutron 2012-10-08 14:20:59 +02:00
commit 70ba5000c1
5 changed files with 96 additions and 74 deletions

View file

@ -31,7 +31,7 @@ abstract class DefaultAudio implements Resamplable, Interactive
*/
public function getExtraParams()
{
return '';
return array();
}
/**