X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Findeo2.c;h=d3bbc6d20f357574676c5948688323f2ddbbebeb;hb=a807c68253b02cce8b9fbc87d7857c31d531a1ee;hp=79b844ed0e24a9d6306db2f22aeca3228bbaae94;hpb=7d7fb61e0df7791c6dbdc1a5aeda63f6f47bf8a8;p=ffmpeg diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index 79b844ed0e2..d3bbc6d20f3 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -247,6 +247,7 @@ static av_cold int ir2_decode_end(AVCodecContext *avctx) AVCodec ff_indeo2_decoder = { .name = "indeo2", + .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 2"), .type = AVMEDIA_TYPE_VIDEO, .id = AV_CODEC_ID_INDEO2, .priv_data_size = sizeof(Ir2Context), @@ -254,5 +255,4 @@ AVCodec ff_indeo2_decoder = { .close = ir2_decode_end, .decode = ir2_decode_frame, .capabilities = CODEC_CAP_DR1, - .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 2"), };