1
0
Fork 0

avcodec/vorbis_data: Mark symbols as hidden

Avoids .got entries for ff_vorbis_ch_layouts.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2024-03-13 18:31:19 +01:00
parent 6ffdf2f370
commit 333ff3e98d
1 changed files with 3 additions and 0 deletions

View File

@ -21,11 +21,14 @@
#include <stdint.h>
#include "libavutil/attributes_internal.h"
#include "libavutil/channel_layout.h"
FF_VISIBILITY_PUSH_HIDDEN
extern const float ff_vorbis_floor1_inverse_db_table[256];
extern const float * const ff_vorbis_vwin[8];
extern const uint8_t ff_vorbis_channel_layout_offsets[8][8];
extern const AVChannelLayout ff_vorbis_ch_layouts[9];
FF_VISIBILITY_POP_HIDDEN
#endif /* AVCODEC_VORBIS_DATA_H */