diff --git a/src/FFMpeg/Media/Concat.php b/src/FFMpeg/Media/Concat.php index 97f5e1e..81c8a7c 100644 --- a/src/FFMpeg/Media/Concat.php +++ b/src/FFMpeg/Media/Concat.php @@ -73,7 +73,7 @@ class Concat extends AbstractMediaType * Saves the concatenated video in the given array, considering that the sources videos are all encoded with the same codec. * * @param string $outputPathfile - * @param string $streamCopy + * @param bool $streamCopy * * @return Concat *