Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 9513ffd2 authored by DIB Elian's avatar DIB Elian
Browse files

Changed decoder command

parent 165ce341
Branches
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment