Ignore:
Timestamp:
21 Oct 2014, 23:01:55 (10 years ago)
Author:
tech
Message:

Removed MV-HEVC related macros part 5
.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-12.1-dev0/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r1078 r1079  
    27632763    }
    27642764    assert( ( m_pcBitstream->getNumBitsRead() - posFollSliceSegHeaderExtLen ) == rpcSlice->getSliceSegmentHeaderExtensionLength() * 8  );
     2765  }
    27652766#else
    27662767    READ_UVLC( uiCode, "slice_header_extension_length" );
     
    27702771      READ_CODE(8,ignore,"slice_header_extension_data_byte");
    27712772    } 
    2772   }
    2773   else
    2774   {
    2775     rpcSlice->setSliceSegmentHeaderExtensionLength( 0 );
    2776     rpcSlice->setPocMsbValPresentFlag( false );
    27772773  }
    27782774#endif
Note: See TracChangeset for help on using the changeset viewer.