[Pkg-owncloud-commits] [owncloud] 57/239: Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that

David Prévot taffit at moszumanska.debian.org
Fri Nov 29 01:32:19 UTC 2013


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud.

commit c22019dec5629967a092c1a64159469ad8fef5d4
Author: Thomas Müller <thomas.mueller at tmit.eu>
Date:   Fri Nov 22 12:20:06 2013 +0100

    Working on a chunked video can result in a broken frame index the option -vsync 1 can heal that
---
 lib/private/preview/movies.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/private/preview/movies.php b/lib/private/preview/movies.php
index 276209a..3cbbaa9 100644
--- a/lib/private/preview/movies.php
+++ b/lib/private/preview/movies.php
@@ -52,7 +52,7 @@ if (!\OC_Util::runningOnWindows()) {
 				if (self::$avconvBinary) {
 					$cmd = self::$avconvBinary . ' -an -y -ss 5'.
 						' -i ' . escapeshellarg($absPath) .
-						' -f mjpeg -vframes 1 ' . escapeshellarg($tmpPath) .
+						' -f mjpeg -vframes 1 -vsync 1 ' . escapeshellarg($tmpPath) .
 						' > /dev/null 2>&1';
 				}
 				else {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git



More information about the Pkg-owncloud-commits mailing list