From 64bde1974be4ab53f5ec468ef8f8c4cf18c27c52 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 10 Apr 2009 17:23:38 +0000 Subject: cosmetics: Rename prn variable to prng (Pseudo Random Number Generator). Originally committed as revision 18422 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/motion-test.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libavcodec/motion-test.c') diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index 86baa22842..5fa06ad41a 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -45,12 +45,12 @@ uint8_t img2[WIDTH * HEIGHT]; static void fill_random(uint8_t *tab, int size) { int i; - AVLFG prn; + AVLFG prng; - av_lfg_init(&prn, 1); + av_lfg_init(&prng, 1); for(i=0;i