projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e1dc16a
)
Fix reference to av_random where av_lfg_get was meant.
author
Diego Biurrun
<diego@biurrun.de>
Sat, 21 Mar 2009 16:14:21 +0000
(16:14 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Sat, 21 Mar 2009 16:14:21 +0000
(16:14 +0000)
Originally committed as revision 18112 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/lfg.c
patch
|
blob
|
history
diff --git
a/libavutil/lfg.c
b/libavutil/lfg.c
index 337ee9e41cc7b33fa7718d6525c3f9285a750da2..e876d18fefb6641f8a0e40de3c328b6efbaa23af 100644
(file)
--- 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;