aboutsummaryrefslogtreecommitdiff
path: root/modules/video_ui/video.preset.inc
diff options
context:
space:
mode:
Diffstat (limited to 'modules/video_ui/video.preset.inc')
-rw-r--r--modules/video_ui/video.preset.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/video_ui/video.preset.inc b/modules/video_ui/video.preset.inc
index 981370b..42680cd 100644
--- a/modules/video_ui/video.preset.inc
+++ b/modules/video_ui/video.preset.inc
@@ -50,7 +50,8 @@ function video_preset_default_form($form, &$form_state, $preset) {
'#type' => 'select',
'#title' => t('Video output extension'),
'#description' => t('Extension of the output video.'),
- '#options' => $video_extension
+ '#options' => $video_extension,
+ '#default_value' => (!empty($preset['settings']['video_extension'])) ? $preset['settings']['video_extension'] : 'flv'
);
$form['settings']['video']['video_codec'] = array(
'#type' => 'select',