diff options
Diffstat (limited to 'video.install')
-rw-r--r-- | video.install | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/video.install b/video.install index 0432d47..5d2ea92 100644 --- a/video.install +++ b/video.install @@ -1,5 +1,6 @@ <?php // $Id$ + /** * @file * Provides installation functions for video.module. @@ -131,4 +132,4 @@ function video_update_6406() { variable_set('video_ffmpeg_thumbnailer_options', '-i !videofile -an -y -f mjpeg -ss !seek -vframes 1 !thumbfile'); variable_set('video_ffmpeg_helper_auto_cvr_options', '-y -i !videofile -f flv -ar 22050 -ab !audiobitrate -s !size -b !videobitrate -qscale 1 !convertfile'); return array(); -}
\ No newline at end of file +} |