X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Findeo2.c;h=e8c0a7f07b146e8db96a9e41c215c215c869a877;hb=6101e5322f083a806fd92a6261ff3197fdd0f5e7;hp=ec5a86ad76eb4b26c42c87a58a0f5292bdc4cefe;hpb=5012c07336eff0e928afb57c6d38271e316c0a6c;p=ffmpeg diff --git a/libavcodec/indeo2.c b/libavcodec/indeo2.c index ec5a86ad76e..e8c0a7f07b1 100644 --- a/libavcodec/indeo2.c +++ b/libavcodec/indeo2.c @@ -237,5 +237,5 @@ 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"), + .long_name = NULL_IF_CONFIG_SMALL("Intel Indeo 2"), };