Changeset 1415 in SHVCSoftware for branches/SHM-dev/source/App
- Timestamp:
- 4 Aug 2015, 05:03:29 (9 years ago)
- Location:
- branches/SHM-dev/source/App/TAppEncoder
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.cpp
r1407 r1415 1188 1188 ("ConfWinTop", m_confWinTop, 0, "Top offset for window conformance mode 3") 1189 1189 ("ConfWinBottom", m_confWinBottom, 0, "Bottom offset for window conformance mode 3") 1190 ("AccessUnitDelimiter", m_AccessUnitDelimiter, false, "Enable Access Unit Delimiter NALUs") 1190 1191 ("FrameRate,-fr", m_iFrameRate, 0, "Frame rate") 1191 1192 #if Q0074_COLOUR_REMAPPING_SEI -
branches/SHM-dev/source/App/TAppEncoder/TAppEncCfg.h
r1406 r1415 119 119 #if !SVC_EXTENSION 120 120 Int m_aiPad[2]; ///< number of padded pixels for width and height 121 #endif 121 #endif 122 Bool m_AccessUnitDelimiter; ///< add Access Unit Delimiter NAL units 122 123 InputColourSpaceConversion m_inputColourSpaceConvert; ///< colour space conversion to apply to input video 123 124 Bool m_snrInternalColourSpace; ///< if true, then no colour space conversion is applied for snr calculation, otherwise inverse of input is applied. -
branches/SHM-dev/source/App/TAppEncoder/TAppEncTop.cpp
r1406 r1415 543 543 544 544 m_cTEncTop.setPad ( m_aiPad ); 545 546 m_cTEncTop.setAccessUnitDelimiter ( m_AccessUnitDelimiter ); 545 547 546 548 #if SVC_EXTENSION
Note: See TracChangeset for help on using the changeset viewer.