|
@@ -22,6 +22,7 @@
|
|
#include <stddef.h>
|
|
#include <stddef.h>
|
|
#include <stdint.h>
|
|
#include <stdint.h>
|
|
|
|
|
|
|
|
+#include "libavutil/attributes_internal.h"
|
|
#include "libavutil/macros.h"
|
|
#include "libavutil/macros.h"
|
|
|
|
|
|
typedef struct MPADSPContext {
|
|
typedef struct MPADSPContext {
|
|
@@ -40,6 +41,7 @@ typedef struct MPADSPContext {
|
|
int count, int switch_point, int block_type);
|
|
int count, int switch_point, int block_type);
|
|
} MPADSPContext;
|
|
} MPADSPContext;
|
|
|
|
|
|
|
|
+FF_VISIBILITY_PUSH_HIDDEN
|
|
void ff_mpadsp_init(MPADSPContext *s);
|
|
void ff_mpadsp_init(MPADSPContext *s);
|
|
|
|
|
|
extern int32_t ff_mpa_synth_window_fixed[];
|
|
extern int32_t ff_mpa_synth_window_fixed[];
|
|
@@ -88,5 +90,6 @@ void ff_imdct36_blocks_fixed(int *out, int *buf, int *in,
|
|
|
|
|
|
extern int ff_mdct_win_fixed[8][MDCT_BUF_SIZE];
|
|
extern int ff_mdct_win_fixed[8][MDCT_BUF_SIZE];
|
|
extern float ff_mdct_win_float[8][MDCT_BUF_SIZE];
|
|
extern float ff_mdct_win_float[8][MDCT_BUF_SIZE];
|
|
|
|
+FF_VISIBILITY_POP_HIDDEN
|
|
|
|
|
|
#endif /* AVCODEC_MPEGAUDIODSP_H */
|
|
#endif /* AVCODEC_MPEGAUDIODSP_H */
|