From 752f6842c7ac2151ecc00fc5739b4b08039caf04 Mon Sep 17 00:00:00 2001
From: Antti Hallapuro <antti.hallapuro@nokia.com>
Date: Mon, 25 Nov 2024 14:57:25 +0200
Subject: [PATCH] Add encoder description to text description SEI in software
 manual and fix formatting

---
 doc/software-manual.tex | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

diff --git a/doc/software-manual.tex b/doc/software-manual.tex
index a5e5fbbc0..8ad2efcec 100644
--- a/doc/software-manual.tex
+++ b/doc/software-manual.tex
@@ -6214,7 +6214,7 @@ Indicates that the text description information SEI cancels the persistence of p
 Specifies the persistence of the text information SEI message for the current layer.
 \\
 \Option{SEITextDescriptionPurpose} &
-\Default(0) &
+\Default{0} &
 Indicates the purpose of the text description SEI message.
 \par
   \begin{tabular}{cp{0.46\textwidth}}
@@ -6224,19 +6224,20 @@ Indicates the purpose of the text description SEI message.
     3 & general comment information \\
     4 & content advisory rating information conforming to US and Canadian rating region tables (RPT) \\
     5 & tag uri for identifing bitstream \\
-    6..255 & reserved \\
+    6 & encoder description \\
+    7..255 & reserved \\
   \end{tabular}
 \\
 \Option{SEITextDescriptionsNumStringsMinus1} &
-\Default(0) &
+\Default{0} &
 Specifies the number plus 1 of txt_description_string_lang and txt_description_string.
 \\
-\Option(SEITextDescriptionStringLang[i]) &
-\Default("") &
+\Option{SEITextDescriptionStringLang[i]} &
+\Default{""} &
 Specifies the language of the txt_description_string[i]. The language shall be given by a language tag as defined by IETF RFC 5646, and the length of string shall be in the range 0-49.
 \\
-\Option(SEITextDescriptionString[i]) &
-\Default("") &
+\Option{SEITextDescriptionString[i]} &
+\Default{""} &
 Specifies the i-th text description information string whose value is interpreted as specified by the txt_description_purpose.
 \\
 \end{OptionTableNoShorthand}
-- 
GitLab