Changeset 536 in 3DVCSoftware


Ignore:
Timestamp:
13 Jul 2013, 11:38:38 (11 years ago)
Author:
tech
Message:

Fixed misaligned #endif for MV configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/Lib/TLibDecoder/TDecCAVLC.cpp

    r534 r536  
    877877  assert( pcVPS->getMaxNuhReservedZeroLayerId() < MAX_VPS_NUH_RESERVED_ZERO_LAYER_ID_PLUS1 );
    878878  READ_CODE( 6, uiCode, "vps_max_nuh_reserved_zero_layer_id" );   pcVPS->setMaxNuhReservedZeroLayerId( uiCode );
    879 
    880879  READ_UVLC(    uiCode, "vps_max_op_sets_minus1" );               pcVPS->setMaxOpSets( uiCode + 1 );
    881880  for( UInt opsIdx = 1; opsIdx <= ( pcVPS->getMaxOpSets() - 1 ); opsIdx ++ )
     
    11171116      }
    11181117      READ_FLAG( uiCode, "iv_mv_scaling_flag");                       pcVPS->setIvMvScalingFlag( uiCode == 1 ? true : false );
    1119 #endif
    1120     }
    1121 
     1118    }
     1119#endif
    11221120    pcVPS->checkVPSExtensionSyntax();
    11231121
     
    11351133  pcVPS->initViewIndex();
    11361134#endif
    1137 
    11381135  return;
    11391136}
     
    21012098}
    21022099#endif
    2103 
    21042100#if H_3D_IC
    21052101Void TDecCavlc::parseICFlag( TComDataCU* pcCU, UInt uiAbsPartIdx, UInt uiDepth )
     
    21082104}
    21092105#endif
    2110 
    21112106// ====================================================================================================================
    21122107// Protected member functions
Note: See TracChangeset for help on using the changeset viewer.