Fix reference to av_random where av_lfg_get was meant.
Originally committed as revision 18112 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
e1dc16ae56
commit
0e4cb6cbad
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue