mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
const
Originally committed as revision 11729 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
99fb79b55a
commit
9bb5e9e945
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user