demux_lavf: use lavf for all formats except those listed
commit91ea30c58587af0929b7dea42ff238d70e78a9bc
authorAnton Khirnov <anton@khirnov.net>
Mon, 8 Nov 2010 16:02:42 +0000 (8 17:02 +0100)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Sat, 13 Nov 2010 20:02:26 +0000 (13 22:02 +0200)
treefcd09fcc527493c0f12c4f3402a7fa787862f861
parenta4ce95de811698503075a5f0b513e595f11f97a4
demux_lavf: use lavf for all formats except those listed

lavf demuxers are mostly better and receive more maintenance,
therefore it makes sense to prefer them in most cases. Change the
"preferred" logic from listing all formats for which lavf is preferred
to listing exceptions for which it isn't. Currently there are 3
exceptions: Matroska, FLAC and RealMedia (.rm).
libmpdemux/demux_lavf.c