[MPlayer-cvslog] r22937 - trunk/libmpdemux/extension.c
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Apr 8 18:12:03 CEST 2007
Hello,
On Sun, Apr 08, 2007 at 11:33:15AM -0400, Rich Felker wrote:
> On Sat, Apr 07, 2007 at 07:31:50PM +0200, Diego Biurrun wrote:
> > 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:
> > > >
> > > > Log:
> > > > .dxa files should be handled by libavformat.
> > > >
> > > > --- 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...
> >
> > dxa files get misdetected as audio files without this hunk.
>
> IIRC that sometimes happens with flv files too..
Yes, flv is also in the list. The problem is that extension-based stuff
often does not work with network files.
Greetings,
Reimar Döffinger
More information about the MPlayer-cvslog
mailing list