[MPlayer-cvslog] CVS: main/libmpdemux demux_audio.c,1.32,1.33

Reimar =?UTF8?Q?D=F6ffinger?= Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Apr 18 10:32:52 CEST 2005


Hi,
On Mon, Apr 18, 2005 at 09:57:08AM +0200, Reimar D?ffinger wrote:
> My problem is that I cannot see how that code could have this effect - unless the added support for mp1 and mp2 broke it??

I was right, all this has nothing to do with it (though the flags added for mp1/2 support should probably be added to the mp3_hdr_t struct, too.
The problem was that there are only 4 MP3 headers in the first 30k of the file, causing the demuxer to reject it. You can either replace the 3000 by a
higher number or change the MIN_MP3_HDRS to e.g. 4

Greetings,
Reimar Döffinger




More information about the MPlayer-cvslog mailing list