From 9513ffd219808001aa88714b5ea52a9d437f9dfe Mon Sep 17 00:00:00 2001
From: Elian Dib <elian.dib@inria.fr>
Date: Tue, 20 Mar 2018 20:38:45 +0100
Subject: [PATCH] Changed decoder command

---
 codec.m | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/codec.m b/codec.m
index 78f69d2..c4286c7 100644
--- a/codec.m
+++ b/codec.m
@@ -107,7 +107,7 @@ end
 if encode
     command = ['"' TApp,'" ',HEVCArgList,' ',extraHEVCArgList,' ',redirect(LogFileEnc)];
 elseif decode
-    command = ['"' TApp,'" ',HEVCArgList,' ',extraHEVCArgList,' ',redirect(LogFileDec)];
+    command = ['"' TApp,'" ',HEVCArgList,                         redirect(LogFileDec)];
 end
 
 disp(command)
-- 
GitLab