Mercurial > libavcodec.hg
changeset 7726:6209e2477cff libavcodec
5,1l: samples_chanptr[] should be (const float *)
author | andoma |
---|---|
date | Fri, 29 Aug 2008 10:14:01 +0000 |
parents | 2cddcef36256 |
children | ce660aaf7bf8 |
files | dca.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/dca.c Fri Aug 29 10:12:44 2008 +0000 +++ b/dca.c Fri Aug 29 10:14:01 2008 +0000 @@ -164,7 +164,7 @@ int bias; ///< output bias DECLARE_ALIGNED_16(float, samples[1536]); /* 6 * 256 = 1536, might only need 5 */ - float *samples_chanptr[6]; + const float *samples_chanptr[6]; uint8_t dca_buffer[DCA_MAX_FRAME_SIZE]; int dca_buffer_size; ///< how much data is in the dca_buffer