Commit 9bb5e9e9 authored by Michael Niedermayer's avatar Michael Niedermayer

const

Originally committed as revision 11729 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 99fb79b5
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment