Skip to content
This repository was archived by the owner on Sep 10, 2021. It is now read-only.

Commit 446ce26

Browse files
author
Charles Marion
committed
BUG: disabled video ThumbnailCreator.php
1 parent 9a0ca38 commit 446ce26

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/controllers/components/filters/ThumbnailCreator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ function process()
106106
case "mha":
107107
case "nrrd":
108108
case "":
109-
$ret = $this->_processMetaImage($extension);
109+
//$ret = $this->_processMetaImage($extension);
110110
break;
111111
case "pdf":
112112
$this->inputFile .= "[0]"; // first page only
@@ -120,7 +120,7 @@ function process()
120120
case "flv":
121121
case "mp4":
122122
case "rm":
123-
$ret = $this->_processVideo();
123+
//$ret = $this->_processVideo();
124124
break;
125125
default:
126126
$ret = $this->_processStandard();

0 commit comments

Comments
 (0)