Browse Source

const

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

+ 1
- 1
libavcodec/adxdec.c View File

@@ -96,7 +96,7 @@ static int adx_decode_header(AVCodecContext *avctx,const unsigned char *buf,size


static int adx_decode_frame(AVCodecContext *avctx, static int adx_decode_frame(AVCodecContext *avctx,
void *data, int *data_size, void *data, int *data_size,
uint8_t *buf0, int buf_size)
const uint8_t *buf0, int buf_size)
{ {
ADXContext *c = avctx->priv_data; ADXContext *c = avctx->priv_data;
short *samples = data; short *samples = data;


Loading…
Cancel
Save