shithub: openh264

Download patch

ref: 45c322a8aec3e5498461a784f243bd5587bc0e55
parent: 606da1a97d838a22a95f7dec216e2cda2cdfc696
author: Martin Storsjö <martin@martin.st>
date: Fri Nov 14 05:27:46 EST 2014

Reduce the number of rounds in DecoderCrashTest

Currently this one single test accounts for 12-20% of the total
runtime of running the unit test suite.

--- a/test/api/encode_decode_api_test.cpp
+++ b/test/api/encode_decode_api_test.cpp
@@ -2233,8 +2233,7 @@
   } while (1); //while (iLoopRound<100);
   fclose (f);
 #else
-  }
-  while (uiLoopRound < 100);
+  } while (uiLoopRound < 10);
 #endif
 
 }