Re: [FFmpeg-devel] [PATCH] img2dec: make probing score zero for known file extensions.

2014-09-12 Thread Benoit Fouet
Hi, - Mail original - > On Thu, Sep 11, 2014 at 03:48:21PM +0200, Benoit Fouet wrote: > > When a known extension has its own probing function, make > > img_read_probe > > return 0, so that the probing functions are actually called instead > > of > > relying only on the file extensions. > >

Re: [FFmpeg-devel] [PATCH] img2dec: make probing score zero for known file extensions.

2014-09-11 Thread Michael Niedermayer
On Thu, Sep 11, 2014 at 03:48:21PM +0200, Benoit Fouet wrote: > When a known extension has its own probing function, make img_read_probe > return 0, so that the probing functions are actually called instead of > relying only on the file extensions. > > Fixes issue #3901 > --- > libavformat/img2de

[FFmpeg-devel] [PATCH] img2dec: make probing score zero for known file extensions.

2014-09-11 Thread Benoit Fouet
When a known extension has its own probing function, make img_read_probe return 0, so that the probing functions are actually called instead of relying only on the file extensions. Fixes issue #3901 --- libavformat/img2dec.c | 24 +++- 1 file changed, 23 insertions(+), 1 delet