diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-03-20 10:47:02 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-03-20 10:47:02 +0000 |
commit | e814a59fee011c87c6078f12f16a95b849826af7 (patch) | |
tree | 18dc0470d3376a1e696fd1b4dc286a457d131d96 /libavcodec/elbg.h | |
parent | 7c45723a985b2f2cbb714257e74ac041742c2862 (diff) | |
download | ffmpeg-e814a59fee011c87c6078f12f16a95b849826af7.tar.gz |
Use correct header for struct AVLFG.
Originally committed as revision 18066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/elbg.h')
-rw-r--r-- | libavcodec/elbg.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |