[MPlayer-cvslog] r22937 - trunk/libmpdemux/extension.c

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Apr 7 19:43:12 CEST 2007


Hello,
On Sat, Apr 07, 2007 at 07:29:25PM +0200, Reimar D?ffinger wrote:
> On Sat, Apr 07, 2007 at 06:56:26PM +0200, diego wrote:
> > Author: diego
> > Date: Sat Apr  7 18:56:26 2007
> > New Revision: 22937
> > 
> > Modified:
> >    trunk/libmpdemux/extension.c
> > 
> > Log:
> > .dxa files should be handled by libavformat.
> > 
> > 
> > Modified: trunk/libmpdemux/extension.c
> > ==============================================================================
> > --- trunk/libmpdemux/extension.c	(original)
> > +++ trunk/libmpdemux/extension.c	Sat Apr  7 18:56:26 2007
> > @@ -65,6 +65,7 @@ static struct {
> >          { "26l", DEMUXER_TYPE_H264_ES },
> >  	{ "ac3", DEMUXER_TYPE_LAVF },
> >  	{ "wv",  DEMUXER_TYPE_LAVF },
> > +	{ "dxa",  DEMUXER_TYPE_LAVF },
> 
> Where does it fail without that? Or is it just to speed up things?
> Reminds my I forgot to apply a patch...

argl, the patch I forgot about actually did exactly that.
I added some comments to this file, hopefully in the long term we can
get the entries sorted by why they are there.

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list