Changeset 1200 in SHVCSoftware for branches/SHM-dev/source/App/TAppDecoder


Ignore:
Timestamp:
8 Jul 2015, 20:22:40 (10 years ago)
Author:
seregin
Message:

macro cleanup: O0194_DIFFERENT_BITDEPTH_EL_BL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r1177 r1200  
    289289#endif
    290290    {
    291 #if O0194_DIFFERENT_BITDEPTH_EL_BL
    292       //Bug fix: The bit depth was not set correctly for each layer when doing DBF
     291      // Set bitdepth for each layer when doing DBF
    293292      g_bitDepth[CHANNEL_TYPE_LUMA]   = g_bitDepthLayer[CHANNEL_TYPE_LUMA][curLayerId];
    294293      g_bitDepth[CHANNEL_TYPE_CHROMA] = g_bitDepthLayer[CHANNEL_TYPE_CHROMA][curLayerId];
    295 #endif
     294
    296295      if (!loopFiltered[curLayerId] || bitstreamFile)
    297296      {
Note: See TracChangeset for help on using the changeset viewer.