mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
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
Block a user