summaryrefslogtreecommitdiff
path: root/codec_internal.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-10-16 07:39:56 +0000
committerMonty <xiphmont@xiph.org>2002-10-16 07:39:56 +0000
commit049a933452752e5efb7a63637bc24ea256b0b2db (patch)
treeb89a209bd2ad50d0885f9b3de9e13a87cc8d2364 /codec_internal.h
parentbfda38a39936e30706da014cb0f40fab4ccd7ad1 (diff)
downloadtremor-049a933452752e5efb7a63637bc24ea256b0b2db.tar.gz
mdct comment change (correct the vorbis window function description)
Roll a libvorbis fix into tremor (if audio stream has only one page and that page is a short page) Monty git-svn-id: https://svn.xiph.org/trunk/Tremor@4008 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'codec_internal.h')
-rw-r--r--codec_internal.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/codec_internal.h b/codec_internal.h
index 1c92ab2..bd59040 100644
--- a/codec_internal.h
+++ b/codec_internal.h
@@ -37,7 +37,7 @@ typedef void vorbis_info_floor;
typedef void vorbis_info_residue;
typedef void vorbis_info_mapping;
-typedef struct backend_lookup_state {
+typedef struct private_state {
/* local lookup storage */
ogg_int32_t *window[2];
@@ -45,7 +45,9 @@ typedef struct backend_lookup_state {
int modebits;
vorbis_look_mapping **mode;
-} backend_lookup_state;
+ ogg_int64_t sample_count;
+
+} private_state;
/* codec_setup_info contains all the setup information specific to the
specific compression/decompression mode in progress (eg,