Fix compatibility with avconv 0.9
This commit is contained in:
parent
fca866e1d8
commit
18abae55a9
4 changed files with 47 additions and 1 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue