[MPlayer-dev-eng] [PATCH] add lavfpref demuxer for formats where lavf is preferred over native demuxers

Oded Shimon ods15 at ods15.dyndns.org
Sun Apr 8 01:20:28 CEST 2007


On Sat, Apr 07, 2007 at 08:16:28PM +0200, Reimar D?ffinger wrote:
> Hello,
> wanted to do this since a long time.
> It is a demuxer that does almost the same as the normal lavf one, only
> that it only accepts some formats and is tested much earlier.
> Does it look okay?
> I also removed a few entries from extension.c that should not be needed
> anymore.

[...]

> +static const char *preferred_list[] = {
> +    "dxa",
> +    "wv",
> +    "nuv",
> +    "nut",

Does this mean that the lavf NUT demuxer would be preffered over the 
libnut one? Because AFAIK, the libnut demuxer is superior to the lavf nut 
demuxer, so it should have priority...

- ods15



More information about the MPlayer-dev-eng mailing list