From 90efe7cf4865ed615b2932dee5d8b795a3c43290 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 24 Feb 2013 16:51:29 +0100 Subject: demux_mf: support .xbm And support the PIX_FMT_MONOWHITE pixel format. (This is really weird: unlike PIX_FMT_MONOBLACK, it uses white pixels. I have no idea why libavcodec doesn't just convert the pixel format on the fly, instead of bothering everyone with really special pixel formats.) --- demux/demux_mf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'demux') diff --git a/demux/demux_mf.c b/demux/demux_mf.c index bbeda26bbf..64584e820d 100644 --- a/demux/demux_mf.c +++ b/demux/demux_mf.c @@ -127,6 +127,7 @@ static const struct { { "im8", "sunrast" }, { "im24", "sunrast" }, { "sunras", "sunrast" }, + { "xbm", "xbm" }, {0} }; -- cgit v1.2.3