function video_ffmpeg_helper_perm in Video 6
Same name and namespace in other branches
- 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \video_ffmpeg_helper_perm()
- 6.2 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \video_ffmpeg_helper_perm()
Implementatio of hook_perm()
File
- plugins/
video_ffmpeg_helper/ video_ffmpeg_helper.module, line 34 - Provide some api for use ffmpeg. Simplify video nodes creation.
Code
function video_ffmpeg_helper_perm() {
return array(
'bypass automatic video conversion',
);
}