OSDN Git Service

avformat/img2dec: reduce bmppipe probe score
authorMichael Niedermayer <michaelni@gmx.at>
Thu, 11 Sep 2014 14:48:01 +0000 (16:48 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 12 Sep 2014 16:19:11 +0000 (18:19 +0200)
commit321c3cd1a97b9307760c3ebb175296590c382eca
treeb03772586bd7ff12e5c6d9480e4cfff5b78dfcb4
parente3fb2b0eb7c5e420fc23e015c95b9c3e42abb2bf
avformat/img2dec: reduce bmppipe probe score

bmp pipe needs the bmp parser which is not bug free and should thus not be favored
over the bmp image2 demuxer
that also means this change could be reverted in case bmp pipe is improved so it
handles all single bmp images correctly

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/img2dec.c