Changeset 294 in 3DVCSoftware for branches/HTM-5.1-dev0/source/Lib/TLibEncoder/NALwrite.h
- Timestamp:
- 19 Feb 2013, 20:33:52 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/HTM-5.1-dev0/source/Lib/TLibEncoder/NALwrite.h
r210 r294 54 54 * written to the bitstream. 55 55 */ 56 #if H038857 56 OutputNALUnit( 58 57 NalUnitType nalUnitType, 59 #if NAL_REF_FLAG60 58 Bool nalRefFlag, 61 #else62 NalRefIdc nalRefIDC,63 #endif64 59 #if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046 65 60 unsigned layerId, … … 69 64 #endif 70 65 unsigned temporalID = 0) 71 #if NAL_REF_FLAG72 66 #if VIDYO_VPS_INTEGRATION|QC_MVHEVC_B0046 73 67 : NALUnit(nalUnitType, nalRefFlag, layerId, temporalID) … … 75 69 : NALUnit(nalUnitType, nalRefFlag, viewId, isDepth, temporalID) 76 70 #endif 77 #else78 #if VIDYO_VPS_INTEGRATION79 : NALUnit(nalUnitType, nalRefIDC, layerId, temporalID)80 #else81 : NALUnit(nalUnitType, nalRefIDC, viewId, isDepth, temporalID)82 #endif83 #endif84 71 , m_Bitstream() 85 72 {} 86 #else87 OutputNALUnit(88 NalUnitType nalUnitType,89 NalRefIdc nalRefIDC,90 Int viewId,91 Bool isDepth,92 unsigned temporalID = 0,93 bool outputFlag = true)94 : NALUnit(nalUnitType, nalRefIDC, viewId, isDepth, temporalID, outputFlag)95 , m_Bitstream()96 {}97 #endif98 73 99 74 OutputNALUnit(const NALUnit& src)
Note: See TracChangeset for help on using the changeset viewer.