X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fg722dec.c;h=0bfa82a394384d3d9fa620a080a6d7252495014a;hb=a0079aae00a70ac7845941d4556419322a510bba;hp=22e90a3079b6965bf6ac03dbc3453828b43349e7;hpb=d06ea6e5ce51165c7c81677ab6827612173bf4f7;p=ffmpeg diff --git a/libavcodec/g722dec.c b/libavcodec/g722dec.c index 22e90a3079b..0bfa82a3943 100644 --- a/libavcodec/g722dec.c +++ b/libavcodec/g722dec.c @@ -145,6 +145,6 @@ AVCodec ff_adpcm_g722_decoder = { .priv_data_size = sizeof(G722Context), .init = g722_decode_init, .decode = g722_decode_frame, - .capabilities = CODEC_CAP_DR1, + .capabilities = AV_CODEC_CAP_DR1, .priv_class = &g722_decoder_class, };