Ignore:
Timestamp:
25 Mar 2014, 17:41:09 (10 years ago)
Author:
tech
Message:

Fixed compiler warnings.

File:
1 edited

Legend:

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

    r869 r871  
    22942294    if( pcSlice->getPocMsbValPresentFlag() )
    22952295    {
    2296       Int iMaxPOClsb = 1<< pcSlice->getSPS()->getBitsForPOC();
     2296//      Int iMaxPOClsb = 1<< pcSlice->getSPS()->getBitsForPOC(); currently unused
    22972297
    22982298      UInt lengthVal = 1;
Note: See TracChangeset for help on using the changeset viewer.