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


Ignore:
Timestamp:
7 Jul 2015, 23:15:25 (10 years ago)
Author:
seregin
Message:

macro cleanup: BITRATE_PICRATE_SIGNALLING

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified branches/SHM-dev/source/Lib/TLibEncoder/TEncCavlc.cpp ΒΆ

    r1136 r1137  
    24802480#endif
    24812481    {
    2482 #if BITRATE_PICRATE_SIGNALLING
    24832482      for( j = 0; j <= vps->getMaxSLayersInLayerSetMinus1(i); j++ )
    2484 #else
    2485       for( j = 0; j < vps->getMaxTLayers(); j++ )
    2486 #endif
    24872483      {
    24882484        if( vps->getBitRatePresentVpsFlag() )
Note: See TracChangeset for help on using the changeset viewer.