1
0
Fork 0

avcodec/aactab: Improve included headers

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2023-09-24 22:50:11 +02:00
parent 30deaba97b
commit 1e63e24c76
3 changed files with 6 additions and 6 deletions

View File

@ -28,7 +28,7 @@
#include "libavutil/ffmath.h"
#include "avcodec.h"
#include "aactab.h"
#include "aac.h"
#include "psymodel.h"
/***********************************

View File

@ -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"

View File

@ -31,7 +31,7 @@
#define AVCODEC_AACTAB_H
#include "libavutil/mem_internal.h"
#include "aac.h"
#include "aac_defines.h"
#include <stdint.h>