X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fbfi.c;h=75b6710189ee686771d84b51ad9db84461b36bee;hb=30517a9f056c8d01b3790871db4aee95d9c176e6;hp=10544c5569f4362f6d530bf70b0ae9bac7945110;hpb=759001c534287a96dc96d1e274665feb7059145d;p=ffmpeg diff --git a/libavcodec/bfi.c b/libavcodec/bfi.c index 10544c5569f..75b6710189e 100644 --- a/libavcodec/bfi.c +++ b/libavcodec/bfi.c @@ -173,6 +173,7 @@ static av_cold int bfi_decode_close(AVCodecContext *avctx) AVCodec ff_bfi_decoder = { .name = "bfi", + .long_name = NULL_IF_CONFIG_SMALL("Brute Force & Ignorance"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_BFI, .priv_data_size = sizeof(BFIContext), @@ -180,5 +181,4 @@ AVCodec ff_bfi_decoder = { .close = bfi_decode_close, .decode = bfi_decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Brute Force & Ignorance"), };