Ignore:
Timestamp:
4 Jun 2013, 18:05:33 (11 years ago)
Author:
tech
Message:

Fixed linux compiler warnings and changed some variable names to match styleguide.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-DEV-0.3-dev2/source/App/TAppDecoder/TAppDecTop.cpp

    r446 r456  
    145145  Int  pocCurrPic        = -MAX_INT;     
    146146  Int  pocLastPic        = -MAX_INT;   
    147  
    148   Int  layerIdLastPic    = 0;
     147
    149148  Int  layerIdCurrPic    = 0;
    150149
     
    223222        if ( bNewPicture || !bitstreamFile )
    224223        {
    225           layerIdLastPic    = layerIdCurrPic; 
    226224          layerIdCurrPic    = nalu.m_layerId;
    227225         
Note: See TracChangeset for help on using the changeset viewer.