mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
const
Originally committed as revision 11752 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -96,7 +96,7 @@ static int adx_decode_header(AVCodecContext *avctx,const unsigned char *buf,size
|
||||
|
||||
static int adx_decode_frame(AVCodecContext *avctx,
|
||||
void *data, int *data_size,
|
||||
uint8_t *buf0, int buf_size)
|
||||
const uint8_t *buf0, int buf_size)
|
||||
{
|
||||
ADXContext *c = avctx->priv_data;
|
||||
short *samples = data;
|
||||
|
||||
Reference in New Issue
Block a user