diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 88cfddb4f3..75a69c501f 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -1596,6 +1596,7 @@ static const AVCodecDescriptor codec_descriptors[] = { .name = "xpm", .long_name = NULL_IF_CONFIG_SMALL("XPM (X PixMap) image"), .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, + .mime_types= MT("image/x-xpixmap"), }, { .id = AV_CODEC_ID_XWD,