X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fadxdec.c;h=bff15d826caba4ffd11d64330880fd48e0ca2cce;hb=a247ac640df3da573cd661065bf53f37863e2b46;hp=eb05145da99393f414d3142152aea0bb2dd4571a;hpb=8b3e6ce5f4ab1ebf3a54ff7e0ff440a1a5f842f7;p=ffmpeg diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index eb05145da99..bff15d826ca 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -190,7 +190,7 @@ static void adx_decode_flush(AVCodecContext *avctx) c->eof = 0; } -AVCodec ff_adpcm_adx_decoder = { +const AVCodec ff_adpcm_adx_decoder = { .name = "adpcm_adx", .long_name = NULL_IF_CONFIG_SMALL("SEGA CRI ADX ADPCM"), .type = AVMEDIA_TYPE_AUDIO,