OSDN Git Service

Change order of extensions and read_probe checking. This gives the read_probe
authorPhilip Gladstone <philipjsg@users.sourceforge.net>
Fri, 24 May 2002 02:09:40 +0000 (02:09 +0000)
committerPhilip Gladstone <philipjsg@users.sourceforge.net>
Fri, 24 May 2002 02:09:40 +0000 (02:09 +0000)
commita8dbe9514f865f6a8efb304a720025cb1ef9ae3f
tree40200e9a48964a1f6af93f7815e23d2ce7589cad
parent07c4ed85f765a469cf2913264d158cc6129e5de1
Change order of extensions and read_probe checking. This gives the read_probe
a higher priority than extensions. This gives FFM a chance of working. Note
that some of the other probe functions are bit optimistic, and can be
confused by binary data (such as 0x00 0x00 0x01 0xzz) for some values of zz.

This set of changes makes ffserver work again, and fixes the cannot open
video grab device message.

Originally committed as revision 581 to svn://svn.ffmpeg.org/ffmpeg/trunk
libav/utils.c