[MPlayer-cvslog] r22937 - trunk/libmpdemux/extension.c
Rich Felker
dalias at aerifal.cx
Sun Apr 8 17:33:15 CEST 2007
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..
Rich
More information about the MPlayer-cvslog
mailing list