diff --git a/video.module b/video.module
index eda5677..7be6a56 100644
--- a/video.module
+++ b/video.module
@@ -380,8 +380,8 @@ function video_file_download($uri) {
   // If $uri is a converted file or thumbnail, $fileinfo contains the file object for that file and the URI of the original video
   if ($fileinfo != NULL) {
     $original_headers = file_file_download($fileinfo->videouri, 'video');
-    if ($original_headers === -1 || $original_headers === NULL) {
-      return drupal_access_denied();
+    if ( $original_headers === -1 || $original_headers === NULL) {
+      return -1;
     }
 
     // Get the headers of the converted file of thumbnail and return
