Ignore:
Timestamp:
26 Jun 2013, 15:57:04 (11 years ago)
Author:
tech
Message:

Fixes to RefPicList modification.

File:
1 edited

Legend:

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

    r483 r497  
    152152  Int  pocCurrPic        = -MAX_INT;     
    153153  Int  pocLastPic        = -MAX_INT;   
    154  
    155   Int  layerIdLastPic    = 0;
     154
    156155  Int  layerIdCurrPic    = 0;
    157156
     
    230229        if ( bNewPicture || !bitstreamFile )
    231230        {
    232           layerIdLastPic    = layerIdCurrPic; 
    233231          layerIdCurrPic    = nalu.m_layerId;
    234232         
Note: See TracChangeset for help on using the changeset viewer.