Browse Source

const

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

+ 1
- 1
libavcodec/zmbv.c View File

@@ -391,7 +391,7 @@ static int zmbv_decode_intra(ZmbvContext *c)
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)
{
ZmbvContext * const c = avctx->priv_data;
uint8_t *outptr;


Loading…
Cancel
Save