Ticket #776: collocated_ref_idx_Bugfix_776.patch
File collocated_ref_idx_Bugfix_776.patch, 788 bytes (added by adarsh, 11 years ago) |
---|
-
C:/Users/aramasub/Documents/svn_HEVCSoftware/HM8.0-dev/branches/HM-8.0-dev/source/Lib/TLibDecoder/TDecCAVLC.cpp
1387 1387 READ_UVLC( uiCode, "collocated_ref_idx" ); 1388 1388 rpcSlice->setColRefIdx(uiCode); 1389 1389 } 1390 else 1391 { 1392 rpcSlice->setColRefIdx(0); 1393 } 1390 1394 } 1391 1395 if ( (pps->getUseWP() && rpcSlice->getSliceType()==P_SLICE) || (pps->getWPBiPred() && rpcSlice->getSliceType()==B_SLICE) ) 1392 1396 {