Ticket #761: ColRefIdx_Bugfix_761.patch

File ColRefIdx_Bugfix_761.patch, 1.2 KB (added by adarsh, 11 years ago)

Bug-fix for return type of getColRefIdx()

  • C:/Users/aramasub/Documents/svn_HEVCSoftware/HM8.0-dev/branches/HM-8.0-dev/source/Lib/TLibCommon/TComSlice.h

     
    12421242  Int       getRefPOC           ( RefPicList e, Int iRefIdx)    { return  m_aiRefPOCList[e][iRefIdx];   }
    12431243  Int       getDepth            ()                              { return  m_iDepth;                     }
    12441244  UInt      getColDir           ()                              { return  m_uiColDir;                   }
    1245   Bool      getColRefIdx        ()                              { return  m_colRefIdx;                  }
     1245  UInt      getColRefIdx        ()                              { return  m_colRefIdx;                  }
    12461246  Void      checkColRefIdx      (UInt curSliceIdx, TComPic* pic);
    12471247  Bool      getCheckLDC     ()                                  { return m_bCheckLDC; }
    12481248  Bool      getMvdL1ZeroFlag ()                                  { return m_bLMvdL1Zero;    }