Changeset 797 in SHVCSoftware for branches/SHM-6-dev/source/Lib/TLibDecoder


Ignore:
Timestamp:
6 Jun 2014, 21:17:27 (12 years ago)
Author:
seregin
Message:

remove SCALABILITY_MASK_E0104

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibDecoder/TDecTop.cpp

    r790 r797  
    413413
    414414          //only for scalable extension
    415 #if SCALABILITY_MASK_E0104
    416           assert( pcSlice->getVPS()->getScalabilityMask(2) == true );
    417 #else
    418           assert( pcSlice->getVPS()->getScalabilityMask(1) == true );
    419 #endif
     415          assert( pcSlice->getVPS()->getScalabilityMask( SCALABILITY_ID ) == true );
    420416        }
    421417      }
Note: See TracChangeset for help on using the changeset viewer.