X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Faic.c;h=a7e3691aa0868367e31fc32587f0c164ba00f1de;hb=c35d29a9c8240b81f8b7e089356b30bb26f034b9;hp=70e9f3f10399cb9d1062c816d60adf18f9f9950f;hpb=c955bac7d5c1984dcb06539fe61844b7c09b72b4;p=ffmpeg diff --git a/libavcodec/aic.c b/libavcodec/aic.c index 70e9f3f1039..a7e3691aa08 100644 --- a/libavcodec/aic.c +++ b/libavcodec/aic.c @@ -470,6 +470,7 @@ static av_cold int aic_decode_close(AVCodecContext *avctx) AVCodec ff_aic_decoder = { .name = "aic", + .long_name = NULL_IF_CONFIG_SMALL("Apple Intermediate Codec"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_AIC, .priv_data_size = sizeof(AICContext), @@ -477,5 +478,4 @@ AVCodec ff_aic_decoder = { .close = aic_decode_close, .decode = aic_decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Apple Intermediate Codec") };