From 7ee45931f5852247d7e4fd292204c65f5f20fea5 Mon Sep 17 00:00:00 2001 From: Heshan Wanigasooriya Date: Sat, 8 Jan 2011 05:18:58 +0000 Subject: Adding filed info and update the video field. --- transcoders/video_ffmpeg.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'transcoders') 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); -- cgit v1.2.3