/[drupal]/contributions/modules/video/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module
ViewVC logotype

Diff of /contributions/modules/video/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.8.2.2, Mon Jun 1 01:10:32 2009 UTC revision 1.8.2.3, Mon Jun 1 01:31:07 2009 UTC
# Line 1  Line 1 
1  <?php  <?php
2  //$Id: video_ffmpeg_helper.module,v 1.8.2.1 2009/05/27 01:48:28 heshanmw Exp $  //$Id: video_ffmpeg_helper.module,v 1.8.2.2 2009/06/01 01:10:32 heshanmw Exp $
3  /**  /**
4   * @file   * @file
5   * Provide some api for use ffmpeg. Simplify video nodes creation.   * Provide some api for use ffmpeg. Simplify video nodes creation.
# Line 360  function _video_ffmpeg_helper_get_video_ Line 360  function _video_ffmpeg_helper_get_video_
360      return $ffmpeg_info[$fileobj->filename];      return $ffmpeg_info[$fileobj->filename];
361    }    }
362    
   
363    // escape file name for safety    // escape file name for safety
364    $file = escapeshellarg($fileobj->filepath);    $file = escapeshellarg($fileobj->filepath);
365    // create the full command to execute    // create the full command to execute

Legend:
Removed from v.1.8.2.2  
changed lines
  Added in v.1.8.2.3

  ViewVC Help
Powered by ViewVC 1.1.2