We remove a bracket which has nothing to do there.

This commit is contained in:
Romain Biard 2017-01-11 10:31:18 -03:00
commit cbb4c35ef0

View file

@ -27,7 +27,7 @@ class ExtractMultipleFramesFilter implements VideoFilterInterface
const FRAMERATE_EVERY_10SEC = '1/30';
/** will extract a frame every minute */
const FRAMERATE_EVERY_10SEC = '1/60';
{
/** @var integer */
private $priority;
private $frameRate;