X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fadxdec.c;h=32cc0f005a43671de0ba3a5d255164ae6bda1bb3;hb=dd0dbaccb74e545c1923cbb5284245e3d93c4fca;hp=5115cede6aeae62289291e607a8860fd79cc6fab;hpb=0b6f092ed31b83e01e980b596ef8bdd9db6cfff6;p=ffmpeg diff --git a/libavcodec/adxdec.c b/libavcodec/adxdec.c index 5115cede6ae..32cc0f005a4 100644 --- a/libavcodec/adxdec.c +++ b/libavcodec/adxdec.c @@ -183,7 +183,7 @@ AVCodec ff_adpcm_adx_decoder = { .init = adx_decode_init, .decode = adx_decode_frame, .flush = adx_decode_flush, - .capabilities = CODEC_CAP_DR1, + .capabilities = AV_CODEC_CAP_DR1, .sample_fmts = (const enum AVSampleFormat[]) { AV_SAMPLE_FMT_S16P, AV_SAMPLE_FMT_NONE }, };