aboutsummaryrefslogtreecommitdiff
path: root/transcoders/video_ffmpeg.inc
diff options
context:
space:
mode:
authorMohamed Mujahid <muja_dd@494418.no-reply.drupal.org>2010-07-23 10:01:23 +0000
committerMohamed Mujahid <muja_dd@494418.no-reply.drupal.org>2010-07-23 10:01:23 +0000
commitef4365879413eab6a0d2be64374a9840c7eed804 (patch)
treef32097751575177f2245b68b412f55cd95cbc70a /transcoders/video_ffmpeg.inc
parente8f0a0d58a73a0d3e5877d9cd433e5c191fd93d2 (diff)
downloadvideo-ef4365879413eab6a0d2be64374a9840c7eed804.tar.gz
video-ef4365879413eab6a0d2be64374a9840c7eed804.tar.bz2
function replacements
Diffstat (limited to 'transcoders/video_ffmpeg.inc')
-rw-r--r--transcoders/video_ffmpeg.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc
index 7a52dad..713693a 100644
--- a/transcoders/video_ffmpeg.inc
+++ b/transcoders/video_ffmpeg.inc
@@ -97,7 +97,7 @@ class video_ffmpeg implements transcoder_interface {
$file->filepath = $thumbfile;
$file->filemime = file_get_mimetype($filename);
$file->filesize = filesize($thumbfile);
- $file->timestamp = time();
+ $file->timestamp = REQUEST_TIME;
$files[] = $file;
}
return $files;