projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7bc9d1
)
5,1l: samples_chanptr[] should be (const float *)
author
Andreas Öman
<andreas@lonelycoder.com>
Fri, 29 Aug 2008 10:14:01 +0000
(10:14 +0000)
committer
Andreas Öman
<andreas@lonelycoder.com>
Fri, 29 Aug 2008 10:14:01 +0000
(10:14 +0000)
Originally committed as revision 15022 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/dca.c
patch
|
blob
|
history
diff --git
a/libavcodec/dca.c
b/libavcodec/dca.c
index
7eeecc0
..
8966f6b
100644
(file)
--- a/
libavcodec/dca.c
+++ b/
libavcodec/dca.c
@@
-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