Changeset 566 in SHVCSoftware for branches/SHM-5.0-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
27 Jan 2014, 18:03:48 (11 years ago)
Author:
seregin
Message:

remove VERT_MV_CONSTRAINT macro

File:
1 edited

Legend:

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

    r565 r566  
    806806  // more syntax elements to be parsed here
    807807
    808 #if VERT_MV_CONSTRAINT
    809808  READ_FLAG( uiCode, "inter_view_mv_vert_constraint_flag" );
    810809  // Vertical MV component restriction is not used in SHVC CTC
    811810  assert( uiCode == 0 );
    812 #endif
     811
    813812  if( pcSPS->getLayerId() > 0 )
    814813  {
Note: See TracChangeset for help on using the changeset viewer.