Completed
Pull Request — master (#57)
by
unknown
01:56
created
src/activities/transcoders/VideoTranscoder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -40,6 +40,12 @@
 block discarded – undo
40 40
     // $metadata should contain the ffprobe video stream array.
41 41
 
42 42
     // Start FFmpeg for output transcoding
43
+
44
+    /**
45
+     * @param string $tmpPathInput
46
+     * @param null|string $pathToInputFile
47
+     * @param string $pathToOutputFiles
48
+     */
43 49
     public function transcode_asset(
44 50
         $tmpPathInput,
45 51
         $pathToInputFile, 
Please login to merge, or discard this patch.
src/activities/transcoders/ImageTranscoder.php 1 patch
Doc Comments   +6 added lines patch added patch discarded remove patch
@@ -40,6 +40,12 @@
 block discarded – undo
40 40
     // $metadata should contain the ffprobe video stream array.
41 41
 
42 42
     // Start FFmpeg for output transcoding
43
+
44
+    /**
45
+     * @param string $tmpPathInput
46
+     * @param null|string $pathToInputFile
47
+     * @param string $pathToOutputFiles
48
+     */
43 49
     public function transcode_asset(
44 50
         $tmpPathInput,
45 51
         $pathToInputFile, 
Please login to merge, or discard this patch.