Changeset 884 in 3DVCSoftware for trunk/source/Lib/TLibDecoder/SEIread.cpp
- Timestamp:
- 29 Mar 2014, 18:55:16 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/Lib/TLibDecoder/SEIread.cpp
r872 r884 99 99 fprintf( g_hTrace, "=========== Scalable Nesting SEI message ===========\n"); 100 100 break; 101 #if H_MV _HLS_7_SEI_P0204_26101 #if H_MV 102 102 case SEI::SUB_BITSTREAM_PROPERTY: 103 103 fprintf( g_hTrace, "=========== Sub-bitstream property SEI message ===========\n"); … … 245 245 xParseSEIScalableNesting((SEIScalableNesting&) *sei, nalUnitType, payloadSize, sps); 246 246 break; 247 #if H_MV _HLS_7_SEI_P0204_26247 #if H_MV 248 248 case SEI::SUB_BITSTREAM_PROPERTY: 249 249 sei = new SEISubBitstreamProperty; … … 777 777 778 778 } 779 #if H_MV _HLS_7_SEI_P0204_26779 #if H_MV 780 780 Void SEIReader::xParseSEISubBitstreamProperty(SEISubBitstreamProperty &sei) 781 781 {
Note: See TracChangeset for help on using the changeset viewer.