Browse Source

eamad: Use the correct headers

Untangle eamad from the mpeg12.h header and speed up rebuilding.
tags/n2.8
Luca Barbato Vittorio Giovara 10 years ago
parent
commit
64a2e84416
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      libavcodec/eamad.c

+ 2
- 2
libavcodec/eamad.c View File

@@ -29,6 +29,7 @@
*/ */


#include "avcodec.h" #include "avcodec.h"
#include "blockdsp.h"
#include "bytestream.h" #include "bytestream.h"
#include "bswapdsp.h" #include "bswapdsp.h"
#include "get_bits.h" #include "get_bits.h"
@@ -36,9 +37,8 @@
#include "eaidct.h" #include "eaidct.h"
#include "idctdsp.h" #include "idctdsp.h"
#include "internal.h" #include "internal.h"
#include "mpeg12.h"
#include "mpeg12data.h" #include "mpeg12data.h"
#include "libavutil/imgutils.h"
#include "mpeg12vlc.h"


#define EA_PREAMBLE_SIZE 8 #define EA_PREAMBLE_SIZE 8
#define MADk_TAG MKTAG('M', 'A', 'D', 'k') /* MAD i-frame */ #define MADk_TAG MKTAG('M', 'A', 'D', 'k') /* MAD i-frame */


Loading…
Cancel
Save