aboutsummaryrefslogtreecommitdiff
path: root/transcoders/video_ffmpeg.inc
diff options
context:
space:
mode:
authorHeshan <heshan@heidisoft.com>2011-03-18 00:13:45 +0530
committerHeshan <heshan@heidisoft.com>2011-03-18 00:13:45 +0530
commit69927fc15c744bd3602fe7d404af6a80130a1ce9 (patch)
tree5d4f042539bf1090359d9ea8a515904544add469 /transcoders/video_ffmpeg.inc
parent51c7e284ec5976d5918e506265154f34d32e9a48 (diff)
downloadvideo-69927fc15c744bd3602fe7d404af6a80130a1ce9.tar.gz
video-69927fc15c744bd3602fe7d404af6a80130a1ce9.tar.bz2
Fixed the JS issues and Select players and trasncoders
Diffstat (limited to 'transcoders/video_ffmpeg.inc')
-rw-r--r--transcoders/video_ffmpeg.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc
index cf2ff7f..2cdf417 100644
--- a/transcoders/video_ffmpeg.inc
+++ b/transcoders/video_ffmpeg.inc
@@ -296,7 +296,7 @@ class video_ffmpeg implements transcoder_interface {
$form = array();
$form['video_ffmpeg_start'] = array(
'#type' => 'markup',
- '#value' => '<div id="video_ffmpeg">',
+ '#markup' => '<div id="video_ffmpeg">',
);
$form['video_ffmpeg_nice_enable'] = array(
'#type' => 'checkbox',
@@ -410,7 +410,7 @@ class video_ffmpeg implements transcoder_interface {
$form['video_ffmpeg_end'] = array(
'#type' => 'markup',
- '#value' => '</div>',
+ '#markup' => '</div>',
);
return $form;
}