mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
@ -56,7 +56,7 @@ int main(void)
|
|||||||
// av_log(NULL,AV_LOG_ERROR, "%X\n", av_lfg_get(&state));
|
// av_log(NULL,AV_LOG_ERROR, "%X\n", av_lfg_get(&state));
|
||||||
x+=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);
|
av_log(NULL, AV_LOG_ERROR, "final value:%X\n", x);
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user