X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fqcelpdec.c;h=adb3e82359ee0de336a17fa341f4604a308128ef;hb=db395bef7f9a0c8af782835aefb358e56c6bfb46;hp=22564edb7a42ac4b1732ac925e37de2afdc3f453;hpb=0a03271ef64d67a5de0dd5dc4e12fe6503f46acb;p=ffmpeg diff --git a/libavcodec/qcelpdec.c b/libavcodec/qcelpdec.c index 22564edb7a4..adb3e82359e 100644 --- a/libavcodec/qcelpdec.c +++ b/libavcodec/qcelpdec.c @@ -797,6 +797,6 @@ AVCodec ff_qcelp_decoder = { .id = AV_CODEC_ID_QCELP, .init = qcelp_decode_init, .decode = qcelp_decode_frame, - .capabilities = CODEC_CAP_DR1, + .capabilities = AV_CODEC_CAP_DR1, .priv_data_size = sizeof(QCELPContext), };