Re: [FFmpeg-devel] [PATCH]lavf/img2dec: xbm autodetection

2016-03-05 Thread Michael Niedermayer
On Sat, Mar 05, 2016 at 07:29:01PM +0100, Carl Eugen Hoyos wrote: > Hi! > > Not sure how useful this patch is. > > Please comment, Carl Eugen > Makefile |1 + > allformats.c |1 + > img2dec.c|8 > 3 files changed, 10 insertions(+) > 0debba60a1363edb619fa5ec358815b92

[FFmpeg-devel] [PATCH]lavf/img2dec: xbm autodetection

2016-03-05 Thread Carl Eugen Hoyos
Hi! Not sure how useful this patch is. Please comment, Carl Eugen diff --git a/libavformat/Makefile b/libavformat/Makefile index dc931d9..8981e08 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -227,6 +227,7 @@ OBJS-$(CONFIG_IMAGE_SGI_PIPE_DEMUXER) += img2dec.o img2.o OBJS-$