We remove a bracket which has nothing to do there.
This commit is contained in:
parent
6aeec7d337
commit
cbb4c35ef0
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
|
||||||
const FRAMERATE_EVERY_10SEC = '1/30';
|
const FRAMERATE_EVERY_10SEC = '1/30';
|
||||||
/** will extract a frame every minute */
|
/** will extract a frame every minute */
|
||||||
const FRAMERATE_EVERY_10SEC = '1/60';
|
const FRAMERATE_EVERY_10SEC = '1/60';
|
||||||
{
|
|
||||||
/** @var integer */
|
/** @var integer */
|
||||||
private $priority;
|
private $priority;
|
||||||
private $frameRate;
|
private $frameRate;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue