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:
99fb79b
)
const
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 1 Feb 2008 13:32:41 +0000
(13:32 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Fri, 1 Feb 2008 13:32:41 +0000
(13:32 +0000)
Originally committed as revision 11729 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/h261dec.c
patch
|
blob
|
history
diff --git
a/libavcodec/h261dec.c
b/libavcodec/h261dec.c
index f35f79185eef3b0c077d371103ebea0989810db6..264a7d3f58256acbf8819a555e951d83cd27af77 100644
(file)
--- a/
libavcodec/h261dec.c
+++ b/
libavcodec/h261dec.c
@@
-540,7
+540,7
@@
static int get_consumed_bytes(MpegEncContext *s, int buf_size){
static int h261_decode_frame(AVCodecContext *avctx,
void *data, int *data_size,
- uint8_t *buf, int buf_size)
+
const
uint8_t *buf, int buf_size)
{
H261Context *h= avctx->priv_data;
MpegEncContext *s = &h->s;