mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-11 09:35:22 +00:00
5,1l: samples_chanptr[] should be (const float *)
Originally committed as revision 15022 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
a7bc9d1b71
commit
c55ecb9c27
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user