Changeset 440 in SHVCSoftware for branches/SHM-3.1-dev/source/App/TAppEncoder


Ignore:
Timestamp:
17 Oct 2013, 21:22:34 (11 years ago)
Author:
seregin
Message:

set IRAP alignment flag to false for AVC BL

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-3.1-dev/source/App/TAppEncoder/TAppEncTop.cpp

    r438 r440  
    10911091        }
    10921092      }
    1093     }   
     1093    }
     1094
     1095    if( vps->getAvcBaseLayerFlag() )
     1096    {
     1097      vps->setCrossLayerIrapAlignFlag(false);
     1098    }
    10941099#endif
    10951100#if M0040_ADAPTIVE_RESOLUTION_CHANGE
Note: See TracChangeset for help on using the changeset viewer.