Re: [FFmpeg-devel] [PATCH 2/4] avformat/img2dec: reduce bmppipe probe score

2014-09-12 Thread Michael Niedermayer
On Fri, Sep 12, 2014 at 10:14:58AM +0200, Benoit Fouet wrote: > Hi, > > - Mail original - > > bmp pipe needs the bmp parser which is not bug free and should thus > > not be favored > > over the bmp image2 demuxer > > > > Signed-off-by: Michael Niedermayer > > --- > > libavformat/img2dec

Re: [FFmpeg-devel] [PATCH 2/4] avformat/img2dec: reduce bmppipe probe score

2014-09-12 Thread Benoit Fouet
Hi, - Mail original - > bmp pipe needs the bmp parser which is not bug free and should thus > not be favored > over the bmp image2 demuxer > > Signed-off-by: Michael Niedermayer > --- > libavformat/img2dec.c |2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/li

[FFmpeg-devel] [PATCH 2/4] avformat/img2dec: reduce bmppipe probe score

2014-09-11 Thread Michael Niedermayer
bmp pipe needs the bmp parser which is not bug free and should thus not be favored over the bmp image2 demuxer Signed-off-by: Michael Niedermayer --- libavformat/img2dec.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/img2dec.c b/libavformat/img2dec.c index