diff options
author | Andy Staudacher <andy.st@gmail.com> | 2009-02-24 05:54:19 +0000 |
---|---|---|
committer | Andy Staudacher <andy.st@gmail.com> | 2009-02-24 05:54:19 +0000 |
commit | e0319573542293c661c263de30547eeb9c2b7ede (patch) | |
tree | 19383ba068aacd48b3587be144aff3dd2da11c92 /core/helpers | |
parent | 41600a982f566cf47c240fd5c4b46096983d2b7e (diff) |
File structure style fixes
Diffstat (limited to 'core/helpers')
-rw-r--r-- | core/helpers/movie.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/helpers/movie.php b/core/helpers/movie.php index 5d64aa1f..9941fcee 100644 --- a/core/helpers/movie.php +++ b/core/helpers/movie.php @@ -108,7 +108,7 @@ class movie_Core { return array($width, $height); } - function extract_frame($input_file, $output_file) { + static function extract_frame($input_file, $output_file) { if (!$ffmpeg = exec("which ffmpeg")) { throw new Exception("@todo MISSING_FFMPEG"); } |