[MPlayer-cvslog] r35050 - trunk/libmpdemux/demux_audio.c

Reimar Döffinger Reimar.Doeffinger at gmx.de
Fri Jul 27 00:42:38 CEST 2012


On Thu, Jul 26, 2012 at 06:35:48PM -0400, compn wrote:
> On Thu, 26 Jul 2012 22:32:34 +0200 (CEST), reimar wrote:
> >Author: reimar
> >Date: Thu Jul 26 22:32:34 2012
> >New Revision: 35050
> >
> >Log:
> >Generally enable parsing for audio streams.
> >The formats I know of that do not need it (e.g. raw audio) do
> >not have a parser anyway.
> >
> >+    // All formats that have a parser will need it when stored in WAV
> >+    sh_audio->needs_parsing = 1;
> 
> does this require a change to the comment in codecs.conf ?
> 
> codecs.conf on line 4746:
> ; add every new fourcc also to allocate_parser()
> ; in libmpdemux/demuxer.c

I can't see the relation, but maybe I just don't get what you mean.

> there are a lot of codecs that can be in .wav but that arent in that
> list. 

Do they have a parser in ffmpeg and do they need it to play the files
(the last is probably a yes if they do not have fixed block size)?
Then they need to be added to demuxer.c to work, yes.


More information about the MPlayer-cvslog mailing list