]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commitdiff
Fix minor version for the r18116 entry: minor was not bumped in that
authorstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 6 Apr 2009 17:39:39 +0000 (17:39 +0000)
committerstefano <stefano@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Mon, 6 Apr 2009 17:39:39 +0000 (17:39 +0000)
revision.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18340 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

doc/APIchanges

index a522c28b676336dbcfc0b15d60a1664f29e0b691..501db148bd136cd4f37e24cbcf255917daf4bd10 100644 (file)
@@ -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.