mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-20 23:51:20 +08:00
avcodec/codec_desc: add mime type for X-BitMap
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
@@ -1589,6 +1589,7 @@ static const AVCodecDescriptor codec_descriptors[] = {
|
|||||||
.name = "xbm",
|
.name = "xbm",
|
||||||
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) image"),
|
.long_name = NULL_IF_CONFIG_SMALL("XBM (X BitMap) 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-xbitmap"),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.id = AV_CODEC_ID_XPM,
|
.id = AV_CODEC_ID_XPM,
|
||||||
|
Reference in New Issue
Block a user