Commit 4a1e0cbe authored by andoma's avatar andoma

5,1l: samples_chanptr[] should be (const float *)



git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15022 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent b536d372
...@@ -164,7 +164,7 @@ typedef struct { ...@@ -164,7 +164,7 @@ typedef struct {
int bias; ///< output bias int bias; ///< output bias
DECLARE_ALIGNED_16(float, samples[1536]); /* 6 * 256 = 1536, might only need 5 */ 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]; uint8_t dca_buffer[DCA_MAX_FRAME_SIZE];
int dca_buffer_size; ///< how much data is in the dca_buffer int dca_buffer_size; ///< how much data is in the dca_buffer
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment