Add missing namespace

This commit is contained in:
Romain Neutron 2014-08-13 20:35:52 +02:00
commit 6098d4e2d3

View file

@ -25,6 +25,7 @@ use FFMpeg\FFProbe\OutputParser;
use FFMpeg\FFProbe\OutputParserInterface; use FFMpeg\FFProbe\OutputParserInterface;
use FFMpeg\Exception\InvalidArgumentException; use FFMpeg\Exception\InvalidArgumentException;
use FFMpeg\Exception\RuntimeException; use FFMpeg\Exception\RuntimeException;
use FFMpeg\FFProbe\DataMapping\StreamCollection;
use Psr\Log\LoggerInterface; use Psr\Log\LoggerInterface;
class FFProbe class FFProbe