Changeset 626 in SHVCSoftware for branches/SHM-5.1-dev/source


Ignore:
Timestamp:
12 Mar 2014, 16:54:29 (11 years ago)
Author:
seregin
Message:

remove unused variable numReorderPics

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/SHM-5.1-dev/source/App/TAppDecoder/TAppDecTop.cpp

    r625 r626  
    10401040    const Window &defDisp = m_respectDefDispWindow ? pic->getDefDisplayWindow() : Window();
    10411041    Int xScal =  1, yScal = 1;
    1042   #if REPN_FORMAT_IN_VPS
     1042#if REPN_FORMAT_IN_VPS
    10431043    UInt chromaFormatIdc = pic->getSlice(0)->getChromaFormatIdc();
    10441044    xScal = TComSPS::getWinUnitX( chromaFormatIdc );
     
    10761076  if( outputPictures )  // All pictures in the DPB in that layer are to be output; this means other pictures would also be output
    10771077  {
    1078     Int numReorderPics = -1;
    10791078    std::vector<Int>  listOfPocs;
    10801079    std::vector<Int>  listOfPocsInEachLayer[MAX_LAYERS];
     
    11041103  if( outputPictures )  // All pictures in the DPB are to be output
    11051104  {
    1106     Int numReorderPics = -1;
    11071105    std::vector<Int>  listOfPocs;
    11081106    std::vector<Int>  listOfPocsInEachLayer[MAX_LAYERS];
     
    11391137{
    11401138   
    1141   Int numReorderPics = -1;
    11421139  std::vector<Int>  listOfPocs;
    11431140  std::vector<Int>  listOfPocsInEachLayer[MAX_LAYERS];
     
    11801177Void TAppDecTop::checkOutputAfterDecoding()
    11811178{   
    1182   Int numReorderPics = -1;
    11831179  std::vector<Int>  listOfPocs;
    11841180  std::vector<Int>  listOfPocsInEachLayer[MAX_LAYERS];
Note: See TracChangeset for help on using the changeset viewer.