mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-23 11:19:55 +00:00
eamad: Use the correct headers
Untangle eamad from the mpeg12.h header and speed up rebuilding.
This commit is contained in:
parent
8606e881b0
commit
64a2e84416
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user