[FFmpeg-cvslog] r18112 - trunk/libavutil/lfg.c

diego subversion
Sat Mar 21 17:14:22 CET 2009


Author: diego
Date: Sat Mar 21 17:14:21 2009
New Revision: 18112

Log:
Fix reference to av_random where av_lfg_get was meant.

Modified:
   trunk/libavutil/lfg.c

Modified: trunk/libavutil/lfg.c
==============================================================================
--- trunk/libavutil/lfg.c	Sat Mar 21 16:52:14 2009	(r18111)
+++ trunk/libavutil/lfg.c	Sat Mar 21 17:14:21 2009	(r18112)
@@ -56,7 +56,7 @@ int main(void)
 //            av_log(NULL,AV_LOG_ERROR, "%X\n", av_lfg_get(&state));
             x+=av_lfg_get(&state);
         }
-        STOP_TIMER("624 calls of av_random");
+        STOP_TIMER("624 calls of av_lfg_get");
     }
     av_log(NULL, AV_LOG_ERROR, "final value:%X\n", x);
     return 0;




More information about the ffmpeg-cvslog mailing list