summaryrefslogtreecommitdiff
path: root/libavcodec/eamad.c
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2015-06-10 14:29:09 +0100
committerVittorio Giovara <vittorio.giovara@gmail.com>2015-06-12 12:29:46 +0100
commit64a2e844166d62093b45e680874eea8bd1facf5b (patch)
tree9dfe095be1124eeffb0979c6749efde285f91c7f /libavcodec/eamad.c
parent8606e881b02bec2ac24943d22c8afe11d641fac8 (diff)
eamad: Use the correct headers
Untangle eamad from the mpeg12.h header and speed up rebuilding.
Diffstat (limited to 'libavcodec/eamad.c')
-rw-r--r--libavcodec/eamad.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/eamad.c b/libavcodec/eamad.c
index a76d93508d..c7183896d6 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 */