X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fwmadec.c;h=9e195841938ffa590da082cd5f9c8dfcbdcf0663;hb=3ade5d56d0138e6069ea3e402c2c9ad050e347c0;hp=740f8b34ea60ffa8646a61c62ff10b472ca62c76;hpb=4c1e509c11e7b17f7c518bc7f6d366d110b034da;p=ffmpeg diff --git a/libavcodec/wmadec.c b/libavcodec/wmadec.c index 740f8b34ea6..9e195841938 100644 --- a/libavcodec/wmadec.c +++ b/libavcodec/wmadec.c @@ -755,7 +755,7 @@ static int wma_decode_frame(WMACodecContext *s, int16_t *samples) static int wma_decode_superframe(AVCodecContext *avctx, void *data, int *data_size, - uint8_t *buf, int buf_size) + const uint8_t *buf, int buf_size) { WMACodecContext *s = avctx->priv_data; int nb_frames, bit_offset, i, pos, len;