--- filefield_deploy.module	Thu Apr  1 16:49:06 2010
+++ filefield_deploy.module.new	Thu Apr  1 16:51:23 2010
@@ -147,6 +147,10 @@
       if ($node->{$field}) {
         foreach ($node->{$field} as &$file) {
           if ($file['fid'] != 0) {
+            // FIX for Video module to bypass autoconversion since it should be already
+            // done on source host.
+            $file['data']['bypass_autoconversion'] = TRUE;
+			
             $remote_key = deploy_get_remote_key($file['uuid'], 'files');
             $file['fid'] = $remote_key['fid'];
           }
