Commit 85d0df0c authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '64a2e844'

* commit '64a2e844':
  eamad: Use the correct headers
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents d52c5e9d 64a2e844
......@@ -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 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment