From b03149008297346be47c510c30208ad1e5e89548 Mon Sep 17 00:00:00 2001
From: Vadim Seregin <vseregin@qti.qualcomm.com>
Date: Thu, 22 Aug 2019 16:33:47 -0700
Subject: [PATCH] updated config parameter description

---
 doc/software-manual.tex             | 31 +++++++++++++++++++++++++++++
 source/App/EncoderApp/EncAppCfg.cpp |  2 +-
 2 files changed, 32 insertions(+), 1 deletion(-)

diff --git a/doc/software-manual.tex b/doc/software-manual.tex
index 4a1f25cddc..41fdf9ada0 100755
--- a/doc/software-manual.tex
+++ b/doc/software-manual.tex
@@ -857,6 +857,37 @@ Enables harmonization of Gop first field couple.
 Add Access Unit Delimiter NAL units between all Access Units.
 \\
 
+\Option{ScalingRatioHor} &
+%\ShortOption{\None} &
+\Default{1.0} &
+Scaling ratio in horizontal direction for reference picture resampling.
+\\
+
+\Option{ScalingRatioVer} &
+%\ShortOption{\None} &
+\Default{1.0} &
+Scaling ratio in vertical direction for reference picture resampling.
+\\
+
+\Option{FractionNumFrames} &
+%\ShortOption{\None} &
+\Default{1.0} &
+Encode a fraction of the specified in FramesToBeEncoded frames.
+\\
+
+\Option{SwitchPocPeriod} &
+%\ShortOption{\None} &
+\Default{0} &
+POC period at which resolution is changed.
+\\
+
+\Option{UpscaledOutput} &
+%\ShortOption{\None} &
+\Default{0} &
+Picture output options: output upscaled (2), decoded but in full resolution buffer (1) or decoded cropped (0, default) picture for reference picture resampling.
+\\
+
+
 \end{OptionTableNoShorthand}
 
 %%
diff --git a/source/App/EncoderApp/EncAppCfg.cpp b/source/App/EncoderApp/EncAppCfg.cpp
index 80bdead40a..18ca0949fc 100644
--- a/source/App/EncoderApp/EncAppCfg.cpp
+++ b/source/App/EncoderApp/EncAppCfg.cpp
@@ -1387,7 +1387,7 @@ bool EncAppCfg::parseCfg( int argc, char* argv[] )
   ( "ScalingRatioVer",                                m_scalingRatioVer,                          1.0, "Scaling ratio in ver direction" )
   ( "FractionNumFrames",                              m_fractionOfFrames,                         1.0, "Encode a fraction of the specified in FramesToBeEncoded frames" )
   ( "SwitchPocPeriod",                                m_switchPocPeriod,                            0, "Switch POC period for RPR" )
-  ( "UpscaledOutput",                                 m_upscaledOutput,                             0, "Upscaled output for RPR" )
+  ( "UpscaledOutput",                                 m_upscaledOutput,                             0, "Output upscaled (2), decoded but in full resolution buffer (1) or decoded cropped (0, default) picture for RPR" )
 #endif
     ;
 
-- 
GitLab