avcodec/codec_desc: add mime type for X-PixMap

Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
Paul B Mahol 2017-03-12 14:49:26 +01:00
parent eda78c8b7f
commit 404d2b977f
1 changed files with 1 additions and 0 deletions

View File

@ -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,