summaryrefslogtreecommitdiff
path: root/codec_internal.h
diff options
context:
space:
mode:
authorMonty <xiphmont@xiph.org>2002-10-16 08:10:09 +0000
committerMonty <xiphmont@xiph.org>2002-10-16 08:10:09 +0000
commit0185fc26b02cacd81d6e7c5745ff0752afdb4b1c (patch)
treef4c9287176f2a270383857d6faafc9768b9c5342 /codec_internal.h
parent049a933452752e5efb7a63637bc24ea256b0b2db (diff)
downloadtremor-0185fc26b02cacd81d6e7c5745ff0752afdb4b1c.tar.gz
const-ify a few things that really ought to be.
git-svn-id: https://svn.xiph.org/trunk/Tremor@4010 0101bb08-14d6-0310-b084-bc0e0c8e3800
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;