# HG changeset patch # User diego # Date 1237546022 0 # Node ID 23138c3326c68d99e455d5d744f3f01ff8c8c84a # Parent 6bf01d174630962aa2742c7bfb5cc6b05ba88744 Use correct header for struct AVLFG. diff -r 6bf01d174630 -r 23138c3326c6 elbg.h --- a/elbg.h Thu Mar 19 23:29:11 2009 +0000 +++ b/elbg.h Fri Mar 20 10:47:02 2009 +0000 @@ -21,7 +21,7 @@ #ifndef AVCODEC_ELBG_H #define AVCODEC_ELBG_H -#include "libavutil/random.h" +#include "libavutil/lfg.h" /** * Implementation of the Enhanced LBG Algorithm