From: Diego Biurrun Date: Fri, 20 Mar 2009 10:47:02 +0000 (+0000) Subject: Use correct header for struct AVLFG. X-Git-Tag: android-x86-4.4-r1~27277 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=e814a59fee011c87c6078f12f16a95b849826af7;p=android-x86%2Fexternal-ffmpeg.git Use correct header for struct AVLFG. Originally committed as revision 18066 to svn://svn.ffmpeg.org/ffmpeg/trunk --- 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