Changeset 895 in SHVCSoftware


Ignore:
Timestamp:
26 Sep 2014, 20:44:16 (10 years ago)
Author:
seregin
Message:

fix compiler warning

File:
1 edited

Legend:

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

    r894 r895  
    23372337    for( i = vps->getBaseLayerInternalFlag() ? 0 : 1; i < vps->getNumLayerSets(); i++ )
    23382338    {
    2339       for( Int j = 0; j  <= vps->getMaxSLayersInLayerSetMinus1( i ); j++ )
     2339      for( j = 0; j <= vps->getMaxSLayersInLayerSetMinus1( i ); j++ )
    23402340      {
    23412341        if( vps->getBitRatePresentVpsFlag() )
Note: See TracChangeset for help on using the changeset viewer.