[MPlayer-users] Problems with mp3 playback

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Wed Aug 31 01:32:00 CEST 2005


Hi,
On Mon, Aug 29, 2005 at 02:48:38AM -0700, RC wrote:
> As I suspected, the demuxer is reading fairly far ahead, and hitting
> the EOF.  Changing:
> 
>  while(n < 30000 && !s->eof)  
> to eg. 
>  while(n < 300 && ! s->eof) 
> 
> in libmpdemux/demux_audio.c: line 136 fixes this problem.

Weird. But that is actually only for autodetection, and it is only 30k.
Are you using pre7 or CVS?

Greetings,
Reimar Döffinger




More information about the MPlayer-users mailing list