diff options
author | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-07 06:36:24 +0000 |
---|---|---|
committer | Mohamed Mujahid <muja_dd@494418.no-reply.drupal.org> | 2010-07-07 06:36:24 +0000 |
commit | f5f35a18125846d6e6ddcf4951e1838bf23a883d (patch) | |
tree | be23350354eb68537d107ebe171a890803c048c5 /video.install | |
parent | 0c8e7ae689eed6291bb2061c9c75e3057b230339 (diff) | |
download | video-f5f35a18125846d6e6ddcf4951e1838bf23a883d.tar.gz video-f5f35a18125846d6e6ddcf4951e1838bf23a883d.tar.bz2 |
merging changes from DRUPAL-6--4
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 +} |