diff options
author | Heshan <heshan@heidisoft.com> | 2011-03-13 18:38:12 +0530 |
---|---|---|
committer | Heshan <heshan@heidisoft.com> | 2011-03-13 18:38:12 +0530 |
commit | c4915a3c5824ab4a539f2c996ec5169bd165e07d (patch) | |
tree | 52f21f061684ea7d66832397e6e6572fd8d966f1 /video.install | |
parent | f53f62a5ecf8343941e2c74d06b429bb271d7df2 (diff) | |
download | video-c4915a3c5824ab4a539f2c996ec5169bd165e07d.tar.gz video-c4915a3c5824ab4a539f2c996ec5169bd165e07d.tar.bz2 |
Remove videoS3 and Video Zencoder modules for D7 and VideoS3 module will continue as a stream wrapper.
Diffstat (limited to 'video.install')
-rw-r--r-- | video.install | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/video.install b/video.install index 828496b..51d9202 100644 --- a/video.install +++ b/video.install @@ -162,12 +162,6 @@ function video_field_schema($field) { 'not null' => FALSE, 'unsigned' => TRUE, ), - 'use_default_video_thumb' => array( - 'description' => 'Use video thumbanil.', - 'type' => 'int', - 'not null' => FALSE, - 'unsigned' => TRUE, - ), 'player_dimensions' => array( 'description' => "Video dimention for the video player.", 'type' => 'varchar', |