Skip to content
Snippets Groups Projects
Commit e814a59f authored by Diego Biurrun's avatar Diego Biurrun
Browse files

Use correct header for struct AVLFG.

Originally committed as revision 18066 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 7c45723a
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
#ifndef AVCODEC_ELBG_H #ifndef AVCODEC_ELBG_H
#define AVCODEC_ELBG_H #define AVCODEC_ELBG_H
#include "libavutil/random.h" #include "libavutil/lfg.h"
/** /**
* Implementation of the Enhanced LBG Algorithm * Implementation of the Enhanced LBG Algorithm
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment