changeset 9220:cb62e27e2c07 libavcodec

Fix reference to av_random_init where av_lfg_init was meant.
author diego
date Sat, 21 Mar 2009 16:14:55 +0000
parents 00a9a7336fc6
children a15ec86bf752
files elbg.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/elbg.h	Sat Mar 21 15:52:14 2009 +0000
+++ b/elbg.h	Sat Mar 21 16:14:55 2009 +0000
@@ -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_random_init.
+ * @param rand_state A random number generator state. Should be already initialized by av_lfg_init().
  */
 void ff_do_elbg(int *points, int dim, int numpoints, int *codebook,
                 int numCB, int num_steps, int *closest_cb,