summaryrefslogtreecommitdiff
path: root/third_party/g7221/common/defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/g7221/common/defs.h')
-rw-r--r--third_party/g7221/common/defs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/g7221/common/defs.h b/third_party/g7221/common/defs.h
index 2c4978e0..40db16fb 100644
--- a/third_party/g7221/common/defs.h
+++ b/third_party/g7221/common/defs.h
@@ -140,7 +140,7 @@ void decoder(Bit_Obj *bitobj,
Word16 *old_decoder_mlt_coefs,
Word16 frame_error_flag);
-Word16 samples_to_rmlt_coefs(Word16 *new_samples,Word16 *history,Word16 *coefs,Word16 dct_length);
+Word16 samples_to_rmlt_coefs(const Word16 *new_samples,Word16 *history,Word16 *coefs,Word16 dct_length);
void rmlt_coefs_to_samples(Word16 *coefs,
Word16 *old_samples,
Word16 *out_samples,