shithub: openh264

Download patch

ref: 0c246861b71159f837a11436ff58daa6980f7be2
parent: 15432d4fc51cff265cb57688178c4f9c424b7c32
parent: c0f24876310ebf2fe93c3547f57f0761d16568a1
author: volvet <[email protected]>
date: Mon May 5 18:13:43 EDT 2014

Merge pull request #789 from mstorsjo/remove-unused-static-func

Remove an unused static method

--- a/test/encoder/EncUT_MotionEstimate.cpp
+++ b/test/encoder/EncUT_MotionEstimate.cpp
@@ -41,10 +41,6 @@
   pMe->sMv.iMvX = pMe->sMv.iMvY = 0;
 }
 
-static inline int GetRandomMv(int32_t iMin, int32_t iMax) {
-  return (rand()%(iMax-iMin)-(iMax-iMin)/2);
-}
-
 class MotionEstimateTest : public ::testing::Test {
 public:
   virtual void SetUp() {