This commit is contained in:
grosroro 2012-05-31 16:16:35 +02:00
commit 44e6eb6f79
7 changed files with 20 additions and 21 deletions

View file

@ -117,7 +117,7 @@ class FFMpeg extends Binary
try {
$process->run();
} catch (\RuntimeException $e) {
}
if ( ! $process->isSuccessful()) {
@ -198,7 +198,7 @@ class FFMpeg extends Binary
try {
$process->run();
} catch (\RuntimeException $e) {
}
if ( ! $process->isSuccessful()) {