summaryrefslogtreecommitdiff
path: root/libavcodec/vorbis.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/vorbis.h')
-rw-r--r--libavcodec/vorbis.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/libavcodec/vorbis.h b/libavcodec/vorbis.h
index dd6ec6f99a..5cdcb652af 100644
--- a/libavcodec/vorbis.h
+++ b/libavcodec/vorbis.h
@@ -22,4 +22,13 @@
extern const float ff_vorbis_floor1_inverse_db_table[256];
extern const float * ff_vorbis_vwin[8];
+typedef struct {
+ uint_fast16_t x;
+ uint_fast16_t sort;
+ uint_fast16_t low;
+ uint_fast16_t high;
+} floor1_entry_t;
+
+void ff_vorbis_ready_floor1_list(floor1_entry_t * list, int values);
+
#endif