Changeset 1516 in SHVCSoftware


Ignore:
Timestamp:
7 Jan 2016, 00:52:22 (8 years ago)
Author:
seregin
Message:

set RExtHIGH_BIT_DEPTH_SUPPORT to 0 (default value)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/Lib/TLibCommon/TypeDef.h

    r1506 r1516  
    200200// This can be enabled by the makefile
    201201#ifndef RExt__HIGH_BIT_DEPTH_SUPPORT
    202 #define RExt__HIGH_BIT_DEPTH_SUPPORT                      SCALABLE_REXT ///< 0 (default) use data type definitions for 8-10 bit video, 1 = use larger data types to allow for up to 16-bit video (originally developed as part of N0188)
     202#define RExt__HIGH_BIT_DEPTH_SUPPORT                      0 ///< 0 (default) use data type definitions for 8-10 bit video, 1 = use larger data types to allow for up to 16-bit video (originally developed as part of N0188)
    203203#endif
    204204
Note: See TracChangeset for help on using the changeset viewer.