Browse Source

some const

Originally committed as revision 11746 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 18 years ago
parent
commit
7e2ea58313
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/snow.c

+ 1
- 1
libavcodec/snow.c View File

@@ -4567,7 +4567,7 @@ static int decode_init(AVCodecContext *avctx)
return 0;
}

static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, uint8_t *buf, int buf_size){
static int decode_frame(AVCodecContext *avctx, void *data, int *data_size, const uint8_t *buf, int buf_size){
SnowContext *s = avctx->priv_data;
RangeCoder * const c= &s->c;
int bytes_read;


Loading…
Cancel
Save