From c5ecf8be4225883a0c777b97c261eaa04e27df8e Mon Sep 17 00:00:00 2001
From: Karsten Suehring <karsten.suehring@hhi.fraunhofer.de>
Date: Wed, 15 Jan 2020 11:53:00 +0100
Subject: [PATCH] fix names of encoder and decoder executable and remove
 executable flags from .tex file

---
 doc/software-manual.tex | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 mode change 100755 => 100644 doc/software-manual.tex

diff --git a/doc/software-manual.tex b/doc/software-manual.tex
old mode 100755
new mode 100644
index b0b0c7272..b14107e5b
--- a/doc/software-manual.tex
+++ b/doc/software-manual.tex
@@ -380,7 +380,7 @@ pacman -S --needed base-devel mingw-w64-i686-toolchain mingw-w64-x86_64-toolchai
 \section{Using the encoder}
 
 \begin{minted}{bash}
-TAppEncoder 	[--help] [-li -c config.cfg] [-li --parameter=value]
+EncoderApp [--help] [-li -c config.cfg] [-li --parameter=value]
 \end{minted}
 
 \begin{table}[ht]
@@ -3837,7 +3837,7 @@ Numerous constants that guard individual adoptions are defined within
 \section{Using the decoder}
 \subsection{General}
 \begin{minted}{bash}
-TAppDecoder -b str.bin -o dec.yuv [options]
+DecoderApp -b str.bin -o dec.yuv [options]
 \end{minted}
 
 \begin{OptionTableNoShorthand}{Decoder options}{tab:decoder-options}
-- 
GitLab