From 049a933452752e5efb7a63637bc24ea256b0b2db Mon Sep 17 00:00:00 2001 From: Monty Date: Wed, 16 Oct 2002 07:39:56 +0000 Subject: 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 --- codec_internal.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'codec_internal.h') 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, -- cgit v1.2.1