projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d5963ee
)
use intended const syntax
author
Peter Ross
<pross@xvid.org>
Wed, 3 Mar 2010 09:38:09 +0000
(09:38 +0000)
committer
Peter Ross
<pross@xvid.org>
Wed, 3 Mar 2010 09:38:09 +0000
(09:38 +0000)
Originally committed as revision 22165 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/iff.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/iff.c
b/libavcodec/iff.c
index
47f491b
..
a8e6426
100644
(file)
--- a/
libavcodec/iff.c
+++ b/
libavcodec/iff.c
@@
-93,7
+93,7
@@
static av_cold int decode_init(AVCodecContext *avctx)
* @param plane plane number to decode as
*/
#define DECLARE_DECODEPLANE(suffix, type) \
-static void decodeplane##suffix(void *dst, const uint8_t
const *
buf, int buf_size, int bps, int plane) \
+static void decodeplane##suffix(void *dst, const uint8_t
*const
buf, int buf_size, int bps, int plane) \
{ \
GetBitContext gb; \
int i, b; \