From 9c868219e91c65f84ccbf6881848a263975a8d9e Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Sun, 18 Jan 2009 23:04:33 +0000 Subject: Replace calls to the deprecated function av_init_random() with corresponding calls to av_random_init(). Originally committed as revision 16682 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/elbg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/elbg.h') diff --git a/libavcodec/elbg.h b/libavcodec/elbg.h index 9be0440e86..cbc1f98c1f 100644 --- a/libavcodec/elbg.h +++ b/libavcodec/elbg.h @@ -35,7 +35,7 @@ * @param numCB Number of points in the codebook. * @param num_steps The maximum number of steps. One step is already a good compromise between time and quality. * @param closest_cb Return the closest codebook to each point. Must be allocated. - * @param rand_state A random number generator state. Should be already initialised by av_init_random. + * @param rand_state A random number generator state. Should be already initialised by av_random_init. */ void ff_do_elbg(int *points, int dim, int numpoints, int *codebook, int numCB, int num_steps, int *closest_cb, -- cgit v1.2.3