mirror of https://git.ffmpeg.org/ffmpeg.git
Internal routine should not use name of standard function.
Use g729_prng instead. Originally committed as revision 19120 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
12d7c0793b
commit
e72c65f583
|
@ -85,7 +85,7 @@ typedef struct
|
|||
/**
|
||||
* \brief pseudo random number generator
|
||||
*/
|
||||
static inline uint16_t random(uint16_t value)
|
||||
static inline uint16_t g729_prng(uint16_t value)
|
||||
{
|
||||
return 31821 * value + 13849;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue