--- sites/all/modules/videofield/videofield.module.orig	2011-01-18 16:40:10.000000000 +0600
+++ sites/all/modules/videofield/videofield.module	2011-05-03 01:55:30.000000000 +0700
@@ -28,6 +28,13 @@ function videofield_init() {
 }
 
 /**
+ * Implementation of hook_perm().
+ */
+function videofield_perm() {
+  return array('download own video files' , 'download all video files');
+}
+
+/**
  * Implementation of hook_elements().
  */
 function videofield_elements() {
