Changeset 1027 in SHVCSoftware


Ignore:
Timestamp:
25 Feb 2015, 02:33:34 (10 years ago)
Author:
seregin
Message:

fix SPS derivation for the non-HEVC BL

File:
1 edited

Legend:

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

    r1010 r1027  
    22462246    {
    22472247      list<AccessUnit>::iterator first_au = outputAccessUnits.begin();
     2248      if( m_nonHEVCBaseLayerFlag )
     2249      {
     2250        first_au++;
     2251      }
    22482252      AccessUnit::iterator it_sps;
    22492253      for (it_sps = first_au->begin(); it_sps != first_au->end(); it_sps++)
Note: See TracChangeset for help on using the changeset viewer.