Changeset 1270 in SHVCSoftware
- Timestamp:
- 14 Jul 2015, 04:02:27 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/SHM-dev/source/Lib/TLibDecoder/TDecTop.cpp
r1267 r1270 430 430 } 431 431 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 432 441 #if SVC_EXTENSION 433 442 // scaling list settings and checks
Note: See TracChangeset for help on using the changeset viewer.