[FFmpeg-cvslog] eamad: Use the correct headers
Luca Barbato
git at videolan.org
Fri Jun 12 21:55:14 CEST 2015
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Wed Jun 10 14:29:09 2015 +0100| [64a2e844166d62093b45e680874eea8bd1facf5b] | committer: Vittorio Giovara
eamad: Use the correct headers
Untangle eamad from the mpeg12.h header and speed up rebuilding.
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=64a2e844166d62093b45e680874eea8bd1facf5b
---
libavcodec/eamad.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libavcodec/eamad.c b/libavcodec/eamad.c
index a76d935..c718389 100644
--- a/libavcodec/eamad.c
+++ b/libavcodec/eamad.c
@@ -29,6 +29,7 @@
*/
#include "avcodec.h"
+#include "blockdsp.h"
#include "bytestream.h"
#include "bswapdsp.h"
#include "get_bits.h"
@@ -36,9 +37,8 @@
#include "eaidct.h"
#include "idctdsp.h"
#include "internal.h"
-#include "mpeg12.h"
#include "mpeg12data.h"
-#include "libavutil/imgutils.h"
+#include "mpeg12vlc.h"
#define EA_PREAMBLE_SIZE 8
#define MADk_TAG MKTAG('M', 'A', 'D', 'k') /* MAD i-frame */
More information about the ffmpeg-cvslog
mailing list