Skip to content

Commit a999ddb

Browse files
author
Vladimir Gorej
committed
Fixed docstring for @trhow directive.
1 parent 36acc54 commit a999ddb

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

FFmpegMovie.php

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,11 @@ public function getFrame($framenumber = null, $height = null, $width = null, $qu
644644
* @param int $quality
645645
* @param string $frameFilePath
646646
* @param array $output
647+
*
648+
* @throws Exception
649+
*
647650
* @return FFmpegFrame|boolean
651+
*
648652
*/
649653
public function getFrameAtTime($seconds = null, $width = null, $height = null, $quality = null, $frameFilePath = null, &$output = null) {
650654
// Set frame position for frame extraction
@@ -675,7 +679,7 @@ public function getFrameAtTime($seconds = null, $width = null, $height = null, $
675679

676680
$output = array();
677681

678-
// fast and accurate way to seek. First quick-seek before input up to
682+
// Fast and accurate way to seek. First quick-seek before input up to
679683
// a point just before the frame, and then accurately seek after input
680684
// to the exact point.
681685
// See: http://ffmpeg.org/trac/ffmpeg/wiki/Seeking%20with%20FFmpeg

0 commit comments

Comments
 (0)