summaryrefslogtreecommitdiff
path: root/include/ogg/ogg.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ogg/ogg.h')
-rw-r--r--include/ogg/ogg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/ogg/ogg.h b/include/ogg/ogg.h
index da4e4a9..be5cdd3 100644
--- a/include/ogg/ogg.h
+++ b/include/ogg/ogg.h
@@ -36,7 +36,6 @@ typedef struct {
int *lacing_vals; /* The values that will go to the segment table */
- long *page_vals; /* track the pages packets come from */
ogg_int64_t *granule_vals; /* granulepos values for headers. Not compact
this way, but it is simple coupled to the
lacing fifo */
@@ -79,8 +78,6 @@ typedef struct {
but we need coupling so that the codec
(which is in a seperate abstraction
layer) also knows about the gap */
- long pageno; /* Sequence number of the page this
- packet completed on. */
} ogg_packet;
typedef struct {