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:
4894578
)
const
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 1 Feb 2008 15:54:28 +0000
(15:54 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 1 Feb 2008 15:54:28 +0000
(15:54 +0000)
Originally committed as revision 11776 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/vp3.c
patch
|
blob
|
history
diff --git
a/libavcodec/vp3.c
b/libavcodec/vp3.c
index 1bc4c39aed3534dfcca4f4d537fb1dedc65e804a..387d39b4960e49fee1b31068afd84ac8f8a45345 100644
(file)
--- a/
libavcodec/vp3.c
+++ b/
libavcodec/vp3.c
@@
-2126,7
+2126,7
@@
static int vp3_decode_init(AVCodecContext *avctx)
*/
static int vp3_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
- uint8_t *buf, int buf_size)
+
const
uint8_t *buf, int buf_size)
{
Vp3DecodeContext *s = avctx->priv_data;
GetBitContext gb;