From: Diego Biurrun Date: Fri, 20 Mar 2009 10:47:02 +0000 (+0000) Subject: Use correct header for struct AVLFG. X-Git-Tag: v0.6~5229 X-Git-Url: https://git.libav.org/?p=libav.git;a=commitdiff_plain;h=e814a59fee011c87c6078f12f16a95b849826af7;ds=inline 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