disable webm for now

This commit is contained in:
Christian Haschek
2016-12-06 12:14:19 +01:00
parent bbcb5c053f
commit 70018bfc00

View File

@@ -781,6 +781,7 @@ class PictshareModel extends Model
function saveAsWebm($source,$target)
{
return false;
$bin = escapeshellcmd(ROOT.DS.'bin'.DS.'ffmpeg');
$source = escapeshellarg($source);
$target = escapeshellarg($target);