[FFmpeg-cvslog] r15022 - trunk/libavcodec/dca.c
andoma
subversion
Fri Aug 29 12:14:01 CEST 2008
Author: andoma
Date: Fri Aug 29 12:14:01 2008
New Revision: 15022
Log:
5,1l: samples_chanptr[] should be (const float *)
Modified:
trunk/libavcodec/dca.c
Modified: trunk/libavcodec/dca.c
==============================================================================
--- trunk/libavcodec/dca.c (original)
+++ trunk/libavcodec/dca.c Fri Aug 29 12:14:01 2008
@@ -164,7 +164,7 @@ typedef struct {
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
More information about the ffmpeg-cvslog
mailing list