shithub: openh264

Download patch

ref: 642b405f87f486e5c045e5e8a238936a4cfed817
parent: 5f0ef6a5a90ace658de2737679032b9d37eb6b68
author: Martin Storsjö <martin@martin.st>
date: Fri Aug 8 07:33:57 EDT 2014

Reenable GetIntraPredictorTest tests that were broken on android

These tests work as intended now.

--- a/test/encoder/EncUT_GetIntraPredictor.cpp
+++ b/test/encoder/EncUT_GetIntraPredictor.cpp
@@ -6,7 +6,6 @@
 #include "macros.h"
 
 using namespace WelsSVCEnc;
-/* disable two UT to avoide fail on Android, root cause not found
 TEST (GetIntraPredictorTest, TestGetI4x4LumaPredV) {
   uint8_t* pPred = new uint8_t[64];
   uint8_t*	pRef  = new uint8_t[64];
@@ -61,7 +60,6 @@
   delete []pRef;
   delete []pPred;
 }
-*/
 
 TEST (GetIntraPredictorTest, TestGetI4x4LumaPredDDL) {
   const int32_t kiStride = 0;