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

compn tempn at twmi.rr.com
Fri Jul 27 00:35:48 CEST 2012


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

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

but this is just me guessing, am i wrong?

-compn


More information about the MPlayer-cvslog mailing list