From a36ba26208ec3040a85e4d8b166ba480e4979ae8 Mon Sep 17 00:00:00 2001
From: Jie Chen <jiechen.cj@alibaba-inc.com>
Date: Thu, 1 Aug 2024 16:48:19 +0800
Subject: [PATCH] update software manual

---
 doc/software-manual.tex | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)

diff --git a/doc/software-manual.tex b/doc/software-manual.tex
index 255c26ee0b..0d7d31d1f0 100644
--- a/doc/software-manual.tex
+++ b/doc/software-manual.tex
@@ -5142,6 +5142,10 @@ List of the auxiliary identifiers in the scalaibility dimension information SEI
 \Default{""} &
 List of the numbers of associated primary layers of i-th layer, which is an auxiliary layer.
 \\
+\Option{SEISDIAssociatedPrimaryLayerIdx} &
+\Default{""} &
+List of the associated primary layer indices of i-th layer, which is an auxiliary layer.
+\\
 \end{OptionTableNoShorthand}
 
 \begin{OptionTableNoShorthand}{Alpha Channel Information SEI message encoder parameters}{tab:sei-aci}
@@ -6247,6 +6251,15 @@ Specifies the number of time units of a clock operating at the frequency spti_ti
 %When true, generate time code SEI messages.
 %\\
 
+\begin{OptionTableNoShorthand}{Object Mask Information SEI message encoder parameters}{tab:sei-object-mask-information}
+\Option{SEIObjectMaskFileRoot (-omi)} &
+\Default{\NotSet} &
+Specifies the prefix of input Object Mask Information file. Prefix is completed by ``_x.txt'' where x is the  POC number.
+The contents of the file are a list of the SEI message's syntax element names (in decoding order) immediately followed by a `:' and then the associated value.
+An example file can be found in cfg/sei_vui/object_mask_infos/intra/mask_info_0.txt
+\\
+\end{OptionTableNoShorthand}
+
 %%
 %%
 %%
@@ -6470,6 +6483,13 @@ When a non-empty file name is specified, object information using the decoded SE
 If no value is specified, the SEI message will not be output.
 \\
 
+\Option{SEIObjectMaskInfosFilename} &
+%\ShortOption{\None} &
+\Default{\NotSet} &
+When a non-empty file name is specified, object mask information using the decoded SEI messages will be output to the indicated file.
+If no value is specified, the SEI message will not be output.
+\\
+
 \Option{OutputColourSpaceConvert} &
 \Default{\NotSet} &
 Specifies the colour space conversion to apply to 444 video. Permitted values are:
-- 
GitLab