Commit 1c68deec authored by diego's avatar diego

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
parent 817a75b5
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment