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


Ignore:
Timestamp:
12 May 2014, 20:54:21 (11 years ago)
Author:
seregin
Message:

fix code compiler warning and code formatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibEncoder/SEIwrite.cpp

    r773 r774  
    894894    {
    895895#if HRD_BPB
    896         UInt nl=0;
    897      for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
    898      {
    899             if (sei.m_layerIdIncludedFlag[lsIdx][j])
    900                 nl++;
    901      }
    902      for (UInt j = 0; j < nl; j++)
    903      {
     896      UInt nl=0;
     897      for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
     898      {
     899        if (sei.m_layerIdIncludedFlag[lsIdx][j])
     900        {
     901          nl++;
     902        }
     903      }
     904      for (UInt j = 0; j < nl; j++)
     905      {
    904906#else
    905907      for (UInt j = 0; j < sei.m_vpsMaxLayers; j++)
Note: See TracChangeset for help on using the changeset viewer.