[MPlayer-dev-eng] [PATCH] dxa in mplayer

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Mar 17 22:13:36 CET 2007


Hello,
On Sat, Mar 17, 2007 at 04:42:41PM -0400, Compn wrote:
> On Sat, 17 Mar 2007 21:25:37 +0100, 
> Reimar Döffinger scribed:
> > Please move those extensions that are currently required due to
> > demuxer bugs in some extra and appropriately commented part of that
> > array. About the other problem see attached patch.
> 
> thank you reimar.
> i'm not sure how you wanted it commented... is this ok to apply?
> 

> Index: libmpdemux/extension.c
> ===================================================================
> --- libmpdemux/extension.c	(revision 22703)
> +++ libmpdemux/extension.c	(working copy)
> @@ -65,6 +65,7 @@
>          { "26l", DEMUXER_TYPE_H264_ES },
>  	{ "ac3", DEMUXER_TYPE_LAVF },
>  	{ "wv",  DEMUXER_TYPE_LAVF },
> +        { "dxa", DEMUXER_TYPE_LAVF }, /* mplayer audio demuxer is greedy */

More like

// entries below are due to buggy demuxers that accept formats they
// shouldn't

and then the dxa. There are some other entries that should be moved
below this comment, but I don't remember which.

Greetings,
Reimar Döffinger



More information about the MPlayer-dev-eng mailing list