You are here

function video_ffmpeg_helper_perm in Video 6.2

Same name and namespace in other branches
  1. 5 plugins/video_ffmpeg_helper/video_ffmpeg_helper.module \video_ffmpeg_helper_perm()
  2. 6 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',
  );
}