diff --git a/src/FFMpeg/FFProbe.php b/src/FFMpeg/FFProbe.php index f4790bd..7e25b0d 100644 --- a/src/FFMpeg/FFProbe.php +++ b/src/FFMpeg/FFProbe.php @@ -25,6 +25,7 @@ use FFMpeg\FFProbe\OutputParser; use FFMpeg\FFProbe\OutputParserInterface; use FFMpeg\Exception\InvalidArgumentException; use FFMpeg\Exception\RuntimeException; +use FFMpeg\FFProbe\DataMapping\StreamCollection; use Psr\Log\LoggerInterface; class FFProbe