Ignore:
Timestamp:
12 Sep 2013, 19:22:20 (11 years ago)
Author:
seregin
Message:

delete macro SCALED_REF_LAYER_OFFSET_FLAG and related code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r389 r393  
    739739  // more syntax elements to be parsed here
    740740#if SCALED_REF_LAYER_OFFSETS
    741 #if SCALED_REF_LAYER_OFFSET_FLAG
    742   READ_FLAG( uiCode, "scaled_ref_layer_offset_present_flag" );
    743   if( uiCode )
    744 #else
    745741  if( pcSPS->getLayerId() > 0 )
    746 #endif
    747742  {
    748743    Int iCode;
Note: See TracChangeset for help on using the changeset viewer.