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

compn tempn at twmi.rr.com
Fri Jul 27 01:24:35 CEST 2012


On Fri, 27 Jul 2012 00:42:38 +0200, Reimar Döffinger wrote:
>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.

oh i thought there would be a relation between the two. just a bad
guess then.

-compn


More information about the MPlayer-cvslog mailing list