Changeset 636 in SHVCSoftware for branches/SHM-5.1-dev/source/Lib/TLibEncoder


Ignore:
Timestamp:
20 Mar 2014, 02:37:50 (11 years ago)
Author:
seregin
Message:

remove parsing dependency in SPS, ticket #17

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/Lib/TLibEncoder/TEncCavlc.cpp

    r635 r636  
    519519
    520520#if SPS_DPB_PARAMS
    521     if( pcSPS->getLayerId() == 0 )  {
     521  if( pcSPS->getLayerId() == 0 )
     522  {
    522523#endif
    523524  const Bool subLayerOrderingInfoPresentFlag = 1;
     
    534535  }
    535536#if SPS_DPB_PARAMS
    536     }
     537  }
    537538#endif
    538539  assert( pcSPS->getMaxCUWidth() == pcSPS->getMaxCUHeight() );
Note: See TracChangeset for help on using the changeset viewer.