mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
avcodec/sbrdsp: Remove unnecessary headers
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
c488ee6182
commit
d23cb45c1c
3 changed files with 0 additions and 3 deletions
|
|
@ -23,7 +23,6 @@
|
|||
#define USE_FIXED 0
|
||||
|
||||
#include "aac.h"
|
||||
#include "config.h"
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/intfloat.h"
|
||||
#include "sbrdsp.h"
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
#include <stdint.h>
|
||||
#include "aac_defines.h"
|
||||
#include "libavutil/softfloat.h"
|
||||
|
||||
typedef struct SBRDSPContext {
|
||||
void (*sum64x5)(INTFLOAT *z);
|
||||
|
|
|
|||
|
|
@ -26,7 +26,6 @@
|
|||
#define USE_FIXED 1
|
||||
|
||||
#include "aac.h"
|
||||
#include "config.h"
|
||||
#include "libavutil/attributes.h"
|
||||
#include "libavutil/intfloat.h"
|
||||
#include "sbrdsp.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue