Changeset 1272 in SHVCSoftware


Ignore:
Timestamp:
14 Jul 2015, 04:08:32 (9 years ago)
Author:
seregin
Message:

remove unused variables

File:
1 edited

Legend:

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

    r1260 r1272  
    15031503{
    15041504  RepFormat *repFormat = m_cVPS.getVpsRepFormat( m_cSPS.getUpdateRepFormatFlag() ? m_cSPS.getUpdateRepFormatIndex() : m_cVPS.getVpsRepFormatIdx( m_cVPS.getLayerIdxInVps(m_layerId) ) );
    1505   Int bitDepthY,bitDepthC,picWidth,picHeight;
     1505  Int bitDepthY,bitDepthC;
    15061506
    15071507  bitDepthY   = repFormat->getBitDepthVpsLuma();
    15081508  bitDepthC   = repFormat->getBitDepthVpsChroma();
    1509   picWidth    = repFormat->getPicWidthVpsInLumaSamples();
    1510   picHeight   = repFormat->getPicHeightVpsInLumaSamples();
    15111509 
    15121510  if( m_layerId > 0 )
Note: See TracChangeset for help on using the changeset viewer.