diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-25 10:18:47 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-25 10:18:47 +0000 |
commit | c8f742ca49d35ea5bc3c0406c7f4061b67c5783a (patch) | |
tree | 17ae7bc02e75002c83c13f40598ebb02a38fdf32 | |
parent | 889cdae8ef83ac41cbf9acbdd37d628520d64984 (diff) | |
download | ffmpeg-c8f742ca49d35ea5bc3c0406c7f4061b67c5783a.tar.gz |
The Mersenne Twister PRNG was removed, mention replacement.
Originally committed as revision 18183 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rw-r--r-- | doc/APIchanges | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 2145f3557d..2d93dd7090 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -12,6 +12,12 @@ libavutil: 2009-03-08 API changes, most recent first: +2009-03-21 - r18116 - lavu 50.2.0 - av_random* + The Mersenne Twister PRNG implemented through the av_random* functions + was removed. Use the lagged Fibonacci PRNG through the av_lfg* functions + instead. + + 2009-03-08 - r17869 - lavu 50.0.0 - AVFifoBuffer av_fifo_init, av_fifo_read, av_fifo_write and av_fifo_realloc were dropped and replaced by av_fifo_alloc, av_fifo_generic_read, av_fifo_generic_write |