From e814a59fee011c87c6078f12f16a95b849826af7 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 20 Mar 2009 10:47:02 +0000 Subject: Use correct header for struct AVLFG. Originally committed as revision 18066 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 5eb33ecb28..bc5b739e9f 100644 --- a/libavcodec/elbg.h +++ b/libavcodec/elbg.h @@ -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 -- cgit v1.2.3