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


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

Merged HTM-9.0-Fix@734.

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

Legend:

Unmodified
Added
Removed
  • trunk/source/Lib/TLibEncoder/TEncCu.cpp

    r724 r735  
    20942094 }
    20952095#if MTK_SPIVMP_F0110
     2096#if MTK_F0110_FIX
     2097 delete[] pcMvFieldSP;
     2098 delete[] puhInterDirSP;
     2099#else
    20962100 delete pcMvFieldSP;
    20972101 delete puhInterDirSP;
     2102#endif
    20982103#endif
    20992104#if H_3D_ARP
  • trunk/source/Lib/TLibEncoder/TEncSearch.cpp

    r724 r735  
    44924492      }
    44934493#if MTK_SPIVMP_F0110
     4494#if MTK_F0110_FIX
     4495      delete[] pcMvFieldSP;
     4496      delete[] puhInterDirSP;
     4497#else
    44944498      delete pcMvFieldSP;
    44954499      delete puhInterDirSP;
     4500#endif
    44964501#endif
    44974502    }
Note: See TracChangeset for help on using the changeset viewer.