Fixed typehint for streamCopy

This commit is contained in:
Lasse Lehtinen 2018-05-30 15:04:35 +03:00
commit eaebd51117

View file

@ -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. * 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 $outputPathfile
* @param string $streamCopy * @param bool $streamCopy
* *
* @return Concat * @return Concat
* *