summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/speex/ogg.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/speex/ogg.h')
-rw-r--r--apps/codecs/libspeex/speex/ogg.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/apps/codecs/libspeex/speex/ogg.h b/apps/codecs/libspeex/speex/ogg.h
index d42851f10c..8898b99582 100644
--- a/apps/codecs/libspeex/speex/ogg.h
+++ b/apps/codecs/libspeex/speex/ogg.h
@@ -66,8 +66,8 @@ typedef struct {
66 66
67 int *lacing_vals; /* The values that will go to the segment table */ 67 int *lacing_vals; /* The values that will go to the segment table */
68 spx_ogg_int64_t *granule_vals; /* granulepos values for headers. Not compact 68 spx_ogg_int64_t *granule_vals; /* granulepos values for headers. Not compact
69 this way, but it is simple coupled to the 69 this way, but it is simple coupled to the
70 lacing fifo */ 70 lacing fifo */
71 long lacing_storage; 71 long lacing_storage;
72 long lacing_fill; 72 long lacing_fill;
73 long lacing_packet; 73 long lacing_packet;
@@ -103,10 +103,10 @@ typedef struct {
103 spx_ogg_int64_t granulepos; 103 spx_ogg_int64_t granulepos;
104 104
105 spx_ogg_int64_t packetno; /* sequence number for decode; the framing 105 spx_ogg_int64_t packetno; /* sequence number for decode; the framing
106 knows where there's a hole in the data, 106 knows where there's a hole in the data,
107 but we need coupling so that the codec 107 but we need coupling so that the codec
108 (which is in a seperate abstraction 108 (which is in a seperate abstraction
109 layer) also knows about the gap */ 109 layer) also knows about the gap */
110} spx_ogg_packet; 110} spx_ogg_packet;
111 111
112typedef struct { 112typedef struct {
@@ -169,7 +169,7 @@ extern int spx_ogg_stream_flush(spx_ogg_stream_state *os, spx_ogg_page *og)
169extern int spx_ogg_sync_init(spx_ogg_sync_state *oy); 169extern int spx_ogg_sync_init(spx_ogg_sync_state *oy);
170extern int spx_ogg_sync_clear(spx_ogg_sync_state *oy); 170extern int spx_ogg_sync_clear(spx_ogg_sync_state *oy);
171extern int spx_ogg_sync_reset(spx_ogg_sync_state *oy); 171extern int spx_ogg_sync_reset(spx_ogg_sync_state *oy);
172extern int spx_ogg_sync_destroy(spx_ogg_sync_state *oy); 172extern int spx_ogg_sync_destroy(spx_ogg_sync_state *oy);
173 173
174extern void spx_ogg_alloc_buffer(spx_ogg_sync_state *oy, long size); 174extern void spx_ogg_alloc_buffer(spx_ogg_sync_state *oy, long size);
175extern char *spx_ogg_sync_buffer(spx_ogg_sync_state *oy, long size); 175extern char *spx_ogg_sync_buffer(spx_ogg_sync_state *oy, long size);