Changeset 1270 in SHVCSoftware


Ignore:
Timestamp:
14 Jul 2015, 04:02:27 (9 years ago)
Author:
seregin
Message:

port rev 4270

File:
1 edited

Legend:

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

    r1267 r1270  
    430430    }
    431431
     432#if RExt__HIGH_BIT_DEPTH_SUPPORT==0
     433    if (sps->getUseExtendedPrecision() || sps->getBitDepth(CHANNEL_TYPE_LUMA)>12 || sps->getBitDepth(CHANNEL_TYPE_CHROMA)>12 )
     434    {
     435      printf("High bit depth support must be enabled at compile-time in order to decode this bitstream\n");
     436      assert (0);
     437      exit(1);
     438    }
     439#endif
     440
    432441#if SVC_EXTENSION
    433442    // scaling list settings and checks
Note: See TracChangeset for help on using the changeset viewer.