aboutsummaryrefslogtreecommitdiff
path: root/plugins/video_ffmpeg_helper
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2009-07-25 03:23:54 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2009-07-25 03:23:54 +0000
commit046ee9afa7460771d51a97f377e1bbda7b66d173 (patch)
tree3a3a29ec611d63614b82437fbc8f303c03e243c6 /plugins/video_ffmpeg_helper
parent8f1f6e3d94558ca076b3d93f2a36e262f9dbd8ae (diff)
downloadvideo-046ee9afa7460771d51a97f377e1bbda7b66d173.tar.gz
video-046ee9afa7460771d51a97f377e1bbda7b66d173.tar.bz2
Updating TODO and author
Diffstat (limited to 'plugins/video_ffmpeg_helper')
-rw-r--r--plugins/video_ffmpeg_helper/video_ffmpeg_helper.module4
-rw-r--r--plugins/video_ffmpeg_helper/video_render.php1
-rw-r--r--plugins/video_ffmpeg_helper/video_scheduler.php3
3 files changed, 3 insertions, 5 deletions
diff --git a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
index 6a4979a..0adb3de 100644
--- a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
+++ b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
@@ -5,9 +5,9 @@
* Provide some api for use ffmpeg. Simplify video nodes creation.
*
* @author Fabio Varesano <fvaresano at yahoo dot it>
- * porting to Drupal 6
- * @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw@gmail.com>
+ * @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw at gmail dot com>
* @todo
+ * 1. Remove modules and user existing ffmpeg wrapper module
*/
/**
diff --git a/plugins/video_ffmpeg_helper/video_render.php b/plugins/video_ffmpeg_helper/video_render.php
index a6b1fbe..8aae1cb 100644
--- a/plugins/video_ffmpeg_helper/video_render.php
+++ b/plugins/video_ffmpeg_helper/video_render.php
@@ -10,7 +10,6 @@
* "php video_render.php nid vid http://example.org/drupal/"
*
* @author Fabio Varesano <fvaresano at yahoo dot it>
- * porting to Drupal 6
* @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw@gmail.com>
* @author Glen Marianko Twitter@demoforum <glenm at demoforum dot com>
* @todo
diff --git a/plugins/video_ffmpeg_helper/video_scheduler.php b/plugins/video_ffmpeg_helper/video_scheduler.php
index 6ee08df..1ebbe02 100644
--- a/plugins/video_ffmpeg_helper/video_scheduler.php
+++ b/plugins/video_ffmpeg_helper/video_scheduler.php
@@ -9,8 +9,7 @@
* "php video_scheduler.php http://example.org/drupal/"
*
* @author Fabio Varesano <fvaresano at yahoo dot it>
- * porting to Drupal 6
- * @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw@gmail.com>
+ * @author Heshan Wanigasooriya <heshan at heidisoft.com><heshanmw at gmail dot com>
* @todo
*/