Changeset 772 in 3DVCSoftware


Ignore:
Timestamp:
13 Jan 2014, 09:14:24 (10 years ago)
Author:
tech
Message:

Further fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HTM-9.2-dev0/source/Lib/TLibEncoder/TEncCavlc.cpp

    r771 r772  
    16651665      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "slice_pic_order_cnt_lsb");
    16661666    }
    1667 #else
     1667#endif
    16681668    if( !pcSlice->getIdrPicFlag() )
    16691669    {
     1670#if !H_MV
    16701671      Int picOrderCntLSB = (pcSlice->getPOC()-pcSlice->getLastIDR()+(1<<pcSlice->getSPS()->getBitsForPOC())) & ((1<<pcSlice->getSPS()->getBitsForPOC())-1);
    16711672      WRITE_CODE( picOrderCntLSB, pcSlice->getSPS()->getBitsForPOC(), "pic_order_cnt_lsb");
Note: See TracChangeset for help on using the changeset viewer.