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


Ignore:
Timestamp:
12 Aug 2015, 20:03:56 (10 years ago)
Author:
seregin
Message:

.update Xcode workspace
.fix vps_num_video_signal_info_minus1 inference

Patch-by: Karsten Suehring

Location:
branches/SHM-dev/source/Lib/TLibDecoder
Files:
2 edited

Legend:

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

    r1433 r1439  
    34113411  else
    34123412  {
    3413     vps->setNumVideoSignalInfo(vps->getMaxLayers() - vps->getBaseLayerInternalFlag() ? 0 : 1);
     3413    vps->setNumVideoSignalInfo(vps->getMaxLayers() - (vps->getBaseLayerInternalFlag() ? 0 : 1));
    34143414  }
    34153415
  • branches/SHM-dev/source/Lib/TLibDecoder/TDecSlice.h

    r1287 r1439  
    6969  TDecSbac        m_entropyCodingSyncContextState;      ///< context storate for state of contexts at the wavefront/WPP/entropy-coding-sync second CTU of tile-row
    7070
    71 #if SVC_EXTENSION
    72   UInt*           m_saoMaxOffsetQVal;
    73 #endif
    74 
    7571public:
    7672  TDecSlice();
Note: See TracChangeset for help on using the changeset viewer.