Commit 01b069c1 authored by Paul B Mahol's avatar Paul B Mahol

avcodec/codec_desc: add mime type for X-BitMap

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 404d2b97
......@@ -1589,6 +1589,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.name = "xbm",
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
.mime_types= MT("image/x-xbitmap"),
},
{
.id = AV_CODEC_ID_XPM,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment