From e814a59fee011c87c6078f12f16a95b849826af7 Mon Sep 17 00:00:00 2001
From: Diego Biurrun <diego@biurrun.de>
Date: Fri, 20 Mar 2009 10:47:02 +0000
Subject: [PATCH] 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(-)

diff --git a/libavcodec/elbg.h b/libavcodec/elbg.h
index 5eb33ecb28e..bc5b739e9f4 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
-- 
GitLab