From 0f798f3fad5c234344ef529fc5462694b68948a5 Mon Sep 17 00:00:00 2001
From: Elian Dib <elian.dib@inria.fr>
Date: Tue, 20 Mar 2018 21:25:07 +0100
Subject: [PATCH] Changed decoder command (continued)

---
 codec.m | 2 --
 1 file changed, 2 deletions(-)

diff --git a/codec.m b/codec.m
index c4286c7..02d5077 100644
--- a/codec.m
+++ b/codec.m
@@ -116,8 +116,6 @@ status = system(command);
 if status
     if encode
         command = ['"' TApp,'" ',HEVCArgList,' ',redirect(LogFileEnc)];
-    elseif decode
-        command = ['"' TApp,'" ',HEVCArgList,' ',redirect(LogFileDec)];
     end
     
     disp(command)
-- 
GitLab