aboutsummaryrefslogtreecommitdiff
path: root/transcoders
diff options
context:
space:
mode:
authorHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-08 05:18:58 +0000
committerHeshan Wanigasooriya <heshanmw@gmail.com>2011-01-08 05:18:58 +0000
commit7ee45931f5852247d7e4fd292204c65f5f20fea5 (patch)
tree6502b72d2f5adf95f67efb2e3933eb2b7eede47f /transcoders
parent427d9f26ae67d2c533029b26ac6578528aaddb68 (diff)
downloadvideo-7ee45931f5852247d7e4fd292204c65f5f20fea5.tar.gz
video-7ee45931f5852247d7e4fd292204c65f5f20fea5.tar.bz2
Adding filed info and update the video field.
Diffstat (limited to 'transcoders')
-rw-r--r--transcoders/video_ffmpeg.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc
index ebdd664..04cdbff 100644
--- a/transcoders/video_ffmpeg.inc
+++ b/transcoders/video_ffmpeg.inc
@@ -417,6 +417,7 @@ class video_ffmpeg implements transcoder_interface {
}
public function load_job($fid) {
+ return;
$job = null;
$result = db_query('SELECT f.*, vf.vid, vf.nid, vf.dimensions, vf.status as video_status FROM {video_files} vf LEFT JOIN {files} f ON vf.fid = f.fid WHERE f.fid=vf.fid AND f.fid = %d', $fid);
$job = db_fetch_object($result);