Add VideoInterface getPasses method

This commit is contained in:
Romain Neutron 2012-10-31 00:30:24 +01:00
commit cf97e06650
4 changed files with 23 additions and 2 deletions

View file

@ -44,4 +44,12 @@ class X264 extends DefaultVideo
{
return array('libx264');
}
/**
* {@inheritDoc}
*/
public function getPasses()
{
return 2;
}
}