You are here

function video_ffmpeg_helper_perm in Video 5

Same name and namespace in other branches
  1. 6 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \video_ffmpeg_helper_perm()
  2. 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 33
Provide some api for use ffmpeg. Simplify video nodes creation.

Code

function video_ffmpeg_helper_perm() {
  return array(
    'bypass automatic video conversion',
  );
}