You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avcodec/codec_desc: add mime type for X-PixMap
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -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,
|
||||||
|
Reference in New Issue
Block a user