summaryrefslogtreecommitdiff
path: root/libavcodec/elbg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/elbg.h')
-rw-r--r--libavcodec/elbg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/elbg.h b/libavcodec/elbg.h
index cbc1f98c1f..5eb33ecb28 100644
--- a/libavcodec/elbg.h
+++ b/libavcodec/elbg.h
@@ -39,7 +39,7 @@
*/
void ff_do_elbg(int *points, int dim, int numpoints, int *codebook,
int numCB, int num_steps, int *closest_cb,
- AVRandomState *rand_state);
+ AVLFG *rand_state);
/**
* Initialize the **codebook vector for the elbg algorithm. If you have already
@@ -50,6 +50,6 @@ void ff_do_elbg(int *points, int dim, int numpoints, int *codebook,
*/
void ff_init_elbg(int *points, int dim, int numpoints, int *codebook,
int numCB, int num_steps, int *closest_cb,
- AVRandomState *rand_state);
+ AVLFG *rand_state);
#endif /* AVCODEC_ELBG_H */