Skip to content
Snippets Groups Projects
Commit 404d2b97 authored by Paul B Mahol's avatar Paul B Mahol
Browse files

avcodec/codec_desc: add mime type for X-PixMap


Signed-off-by: default avatarPaul B Mahol <onemda@gmail.com>
parent eda78c8b
No related branches found
No related tags found
No related merge requests found
...@@ -1596,6 +1596,7 @@ static const AVCodecDescriptor codec_descriptors[] = { ...@@ -1596,6 +1596,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
.name = "xpm", .name = "xpm",
.long_name = NULL_IF_CONFIG_SMALL("XPM (X PixMap) image"), .long_name = NULL_IF_CONFIG_SMALL("XPM (X PixMap) image"),
.props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS, .props = AV_CODEC_PROP_INTRA_ONLY | AV_CODEC_PROP_LOSSLESS,
.mime_types= MT("image/x-xpixmap"),
}, },
{ {
.id = AV_CODEC_ID_XWD, .id = AV_CODEC_ID_XWD,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment