From 1c68deeccdee62d53bb694f071d96c0df8fa78b2 Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 21 Mar 2009 16:14:21 +0000 Subject: [PATCH] Fix reference to av_random where av_lfg_get was meant. git-svn-id: file:///var/local/repositories/ffmpeg/trunk@18112 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b --- libavutil/lfg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavutil/lfg.c b/libavutil/lfg.c index 337ee9e41..e876d18fe 100644 --- a/libavutil/lfg.c +++ b/libavutil/lfg.c @@ -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; -- 2.39.2