Fix compatibility with avconv 0.9

This commit is contained in:
Romain Neutron 2013-12-02 12:47:27 +01:00
commit 18abae55a9
4 changed files with 47 additions and 1 deletions

View file

@ -6,6 +6,9 @@ use FFMpeg\FFMpeg;
abstract class FunctionalTestCase extends \PHPUnit_Framework_TestCase
{
/**
* @return FFMpeg
*/
public function getFFMpeg()
{
return FFMpeg::create(array('timeout' => 300));