Commit 2af55a8b authored by voroshil's avatar voroshil

Internal routine should not use name of standard function.

Use g729_prng instead.



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19120 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 61f6500a
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment