Skip to content

Commit

Permalink
Update VVEncAppCfg.h
Browse files Browse the repository at this point in the history
  • Loading branch information
lehmann-c authored Oct 21, 2024
1 parent 6f2239d commit 0827df6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Lib/apputils/VVEncAppCfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -1023,7 +1023,8 @@ int parse( int argc, char* argv[], vvenc_config* c, std::ostream& rcOstr )
("AccessUnitDelimiter,-aud", toAud, "Enable Access Unit Delimiter NALUs (-1: auto, 0: off, 1: on; default: auto - enable only if needed by dependent options)" , true)
("HrdParametersPresent,-hrd", c->m_hrdParametersPresent, "Enable generation of hrd_parameters() (0: off, 1: on)")
("EnableDecodingParameterSet", c->m_decodingParameterSetEnabled, "Enable writing of Decoding Parameter Set")

;

opts.setSubSection("VUI options");
opts.addOptions()
("VuiParametersPresent,-vui", toVui, "Enable generation of vui_parameters() (-1: auto, 0: off, 1: on; default: auto - enable only if needed by dependent options)", true)
Expand Down

0 comments on commit 0827df6

Please sign in to comment.