shithub: openh264

Download patch

ref: 67664f4dc01afe36b2128b29e5a18d2b99d7874f
parent: 2294b786cf028234c1ebae956be0287af1e0152f
parent: c301db696ea1aac0ce1cffe0628933fd02d54761
author: Ethan Hugg <ethanhugg@gmail.com>
date: Fri Feb 27 06:16:41 EST 2015

Merge pull request #1821 from mstorsjo/remove-srand

Remove a stray srand

--- a/test/api/encode_decode_api_test.cpp
+++ b/test/api/encode_decode_api_test.cpp
@@ -3463,7 +3463,6 @@
                          ::testing::ValuesIn (kOptionParamArray));
 
 TEST_P (EncodeTestAPI, SetEncOptionSize) {
-  srand(1002);
   EncodeOptionParam p = GetParam();
   FILE * pFile = NULL;
   if (p.sFileSave != NULL && strlen(p.sFileSave) > 0) {