summaryrefslogtreecommitdiff
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-06 17:39:39 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-04-06 17:39:39 +0000
commitb4656e6b0df5cf742e10936a4efb44917519d228 (patch)
tree0b3052ef362f11228068cd430cf7e81dc13e6624 /doc/APIchanges
parent8613af0a65d6e5e89804eb99e03d62ef526631cd (diff)
Fix minor version for the r18116 entry: minor was not bumped in that
revision. Originally committed as revision 18340 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a522c28b67..501db148bd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -24,7 +24,7 @@ API changes, most recent first:
PIX_FMT_RGB565BE, PIX_FMT_RGB565LE, PIX_FMT_RGB555BE, PIX_FMT_RGB555LE,
PIX_FMT_BGR565BE, PIX_FMT_BGR565LE, PIX_FMT_BGR555BE, PIX_FMT_BGR555LE.
-2009-03-21 - r18116 - lavu 50.2.0 - av_random*
+2009-03-21 - r18116 - lavu 50.0.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.