Changeset 671 in SHVCSoftware for branches/SHM-6-dev


Ignore:
Timestamp:
11 Apr 2014, 21:19:36 (11 years ago)
Author:
seregin
Message:

fix compiler warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-6-dev/source/Lib/TLibCommon/TComSlice.cpp

    r669 r671  
    10221022  }
    10231023
     1024  Int pocCurr = getPOC();
     1025  TComPic* rpcPic = NULL;
     1026
    10241027  // When the current picture is an IRAP picture with nuh_layer_id equal to 0 and NoClrasOutputFlag is equal to 1,
    10251028  // all reference pictures with any value of nuh_layer_id currently in the DPB (if any) are marked as "unused for reference".
    10261029  if( m_layerId == 0 && noClrasOutputFlag )
    10271030  {
    1028     Int pocCurr = getPOC();
    1029     TComPic* rpcPic;
    1030 
    10311031    // mark all pictures for all layers as not used for reference
    1032     TComList<TComPic*>::iterator        iterPic      = rcListPic.begin();
     1032    TComList<TComPic*>::iterator iterPic = rcListPic.begin();
    10331033    while( iterPic != rcListPic.end() )
    10341034    {
     
    10441044  if( m_noRaslOutputFlag )
    10451045  {
    1046     Int pocCurr = getPOC();
    1047     TComPic* rpcPic;
    1048 
    10491046    // mark all pictures of a current layer as not used for reference
    1050     TComList<TComPic*>::iterator        iterPic      = rcListPic.begin();
     1047    TComList<TComPic*>::iterator iterPic = rcListPic.begin();
    10511048    while( iterPic != rcListPic.end() )
    10521049    {
Note: See TracChangeset for help on using the changeset viewer.