summaryrefslogtreecommitdiff
path: root/codec_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'codec_internal.h')
-rw-r--r--codec_internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec_internal.h b/codec_internal.h
index bd59040..acb55e1 100644
--- a/codec_internal.h
+++ b/codec_internal.h
@@ -39,7 +39,7 @@ typedef void vorbis_info_mapping;
typedef struct private_state {
/* local lookup storage */
- ogg_int32_t *window[2];
+ const ogg_int32_t *window[2];
/* backend lookups are tied to the mode, not the backend or naked mapping */
int modebits;