Completed
Pull Request — master (#51)
by Tyler
02:38
created
src/activities/transcoders/VideoTranscoder.php 1 patch
Doc Comments   +10 added lines patch added patch discarded remove patch
@@ -40,6 +40,12 @@  discard block
 block discarded – undo
40 40
      **********************/
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, 
@@ -594,6 +600,10 @@  discard block
 block discarded – undo
594 600
      */
595 601
 
596 602
     // Execute FFMpeg to get video information
603
+
604
+    /**
605
+     * @param string|null $pathToInputFile
606
+     */
597 607
     public function get_asset_info($pathToInputFile)
598 608
     {
599 609
         $pathToInputFile = escapeshellarg($pathToInputFile);
Please login to merge, or discard this patch.