ffmpeg | branch: master | Paul B Mahol <one...@gmail.com> | Sun Mar 12 14:50:33 2017 +0100| [01b069c1b81f68373f4401a611f1b8a4ad552895] | committer: Paul B Mahol
avcodec/codec_desc: add mime type for X-BitMap Signed-off-by: Paul B Mahol <one...@gmail.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=01b069c1b81f68373f4401a611f1b8a4ad552895 --- libavcodec/codec_desc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/codec_desc.c b/libavcodec/codec_desc.c index 75a69c5..c0418e4 100644 --- a/libavcodec/codec_desc.c +++ b/libavcodec/codec_desc.c @@ -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, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog