Changeset 735 in 3DVCSoftware for trunk/source/Lib/TLibDecoder


Ignore:
Timestamp:
10 Dec 2013, 12:31:19 (11 years ago)
Author:
tech
Message:

Merged HTM-9.0-Fix@734.

Location:
trunk/source/Lib/TLibDecoder
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibDecoder/TDecCu.cpp

    r724 r735  
    488488      }
    489489    }
     490#if MTK_F0110_FIX
     491    delete[] pcMvFieldSP;
     492    delete[] puhInterDirSP;
     493#else
    490494    delete pcMvFieldSP;
    491495    delete puhInterDirSP;
     496#endif
    492497#endif
    493498#if !LGE_SHARP_VSP_INHERIT_F0104
  • trunk/source/Lib/TLibDecoder/TDecEntropy.cpp

    r724 r735  
    402402  }
    403403#if MTK_SPIVMP_F0110
     404#if MTK_F0110_FIX
     405  delete[] pcMvFieldSP;
     406  delete[] puhInterDirSP;
     407#else
    404408  delete pcMvFieldSP;
    405409  delete puhInterDirSP;
     410#endif
    406411#endif
    407412  return;
Note: See TracChangeset for help on using the changeset viewer.