Changeset 1070 in SHVCSoftware for branches/SHM-dev/source/Lib
- Timestamp:
- 5 Mar 2015, 02:48:56 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibCommon/SEI.h
r1046 r1070 545 545 PayloadType payloadType() const { return SCALABLE_NESTING; } 546 546 547 SEIScalableNesting() {} 547 SEIScalableNesting() 548 : m_callerOwnsSEIs(false) 549 {} 548 550 virtual ~SEIScalableNesting() 549 551 { … … 645 647 PayloadType payloadType() const { return OUTPUT_LAYER_SET_NESTING; } 646 648 647 SEIOutputLayerSetNesting() {} 649 SEIOutputLayerSetNesting() 650 : m_callerOwnsSEIs(false) 651 {} 652 648 653 virtual ~SEIOutputLayerSetNesting() 649 654 { … … 866 871 867 872 #if O0164_MULTI_LAYER_HRD 868 869 873 class SEIBspNesting : public SEI 870 874 { … … 872 876 PayloadType payloadType() const { return BSP_NESTING; } 873 877 874 SEIBspNesting() {} 878 SEIBspNesting() 879 : m_callerOwnsSEIs(false) 880 {} 875 881 virtual ~SEIBspNesting() 876 882 {
Note: See TracChangeset for help on using the changeset viewer.