Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVincent Petry <pvince81@owncloud.com>2013-11-08 15:27:53 +0400
committerVincent Petry <pvince81@owncloud.com>2013-11-08 15:27:53 +0400
commit4b5083e3ca573bc4e57e253b7e4229d63cb4ccc9 (patch)
tree398cf8887332cec5173b0918170486769346ccd5 /lib/private/preview
parent0c6af5511225aabadf626b279200671aa3e1a4ca (diff)
Fixed the rebellous space, replaced with a tab
Diffstat (limited to 'lib/private/preview')
-rw-r--r--lib/private/preview/movies.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/private/preview/movies.php b/lib/private/preview/movies.php
index 5c6a156d351..3ba3bdf120e 100644
--- a/lib/private/preview/movies.php
+++ b/lib/private/preview/movies.php
@@ -49,7 +49,7 @@ if (!\OC_Util::runningOnWindows()) {
if (self::$avconvBinary) {
$cmd = self::$avconvBinary . ' -an -y -ss 1'.
- ' -i ' . escapeshellarg($absPath) .
+ ' -i ' . escapeshellarg($absPath) .
' -f mjpeg -vframes 1 ' . escapeshellarg($tmpPath) .
' > /dev/null 2>&1';
}