Browse Source

const

Originally committed as revision 11738 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
da2036c54e
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/rawdec.c

+ 1
- 1
libavcodec/rawdec.c View File

@@ -96,7 +96,7 @@ static void flip(AVCodecContext *avctx, AVPicture * picture){

static int raw_decode(AVCodecContext *avctx,
void *data, int *data_size,
uint8_t *buf, int buf_size)
const uint8_t *buf, int buf_size)
{
RawVideoContext *context = avctx->priv_data;



Loading…
Cancel
Save