[MPlayer-dev-eng] [PATCH] ffvorbis support with demuxer 35
Rich Felker
dalias at aerifal.cx
Thu Sep 29 03:36:07 CEST 2005
On Wed, Sep 28, 2005 at 10:50:15PM +0200, Diego Biurrun wrote:
> On Tue, Sep 27, 2005 at 07:22:33PM -0400, Rich Felker wrote:
> > On Tue, Sep 27, 2005 at 07:26:58PM +0200, matthieu castet wrote:
> > >
> > > this patch allow to use ffvorbis with libavformat demuxer.
> > >
> > > Note that libavformat demuxer seem to have problem with network file.
> >
> > hmm, this patch should work, but i think it's working around the bug:
> > that demux_lavf.c is truncating the audio fourcc to a twocc.
>
> What is being worked around in this patch? It just adds an entry to
> codecs.conf...
Forgive me, I'm wrong. I assumed lavf was using a sane fourcc (vrbs)
for vorbis, like we do in MPlayer. Instead it has a stupid avi-type
twocc, "Vo". I suppose we can support this, but somehow it's ugly.
Feel free to commit.
Rich
More information about the MPlayer-dev-eng
mailing list