mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avcodec/aactab: Improve included headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
30deaba97b
commit
1e63e24c76
@ -28,7 +28,7 @@
|
||||
#include "libavutil/ffmath.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
#include "aactab.h"
|
||||
#include "aac.h"
|
||||
#include "psymodel.h"
|
||||
|
||||
/***********************************
|
||||
|
@ -27,15 +27,15 @@
|
||||
* @author Maxim Gavrilov ( maxim.gavrilov gmail com )
|
||||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "config_components.h"
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/mem_internal.h"
|
||||
#include "libavutil/thread.h"
|
||||
#include "aac.h"
|
||||
#include "aactab.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
#if CONFIG_AAC_ENCODER || CONFIG_AAC_DECODER
|
||||
#include "kbdwin.h"
|
||||
#include "sinewin.h"
|
||||
|
@ -31,7 +31,7 @@
|
||||
#define AVCODEC_AACTAB_H
|
||||
|
||||
#include "libavutil/mem_internal.h"
|
||||
#include "aac.h"
|
||||
#include "aac_defines.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user