function video_update_7201 in Video 7.2
Update the video convertor to Zencoder.
File
- ./
video.install, line 321 - Provides installation schema for video.module @author Heshan Wanigasooriya <heshan@heidisoft.com>
Code
function video_update_7201(&$sandbox) {
variable_set('video_convertor', 'TranscoderAbstractionFactoryZencoder');
return TRUE;
}