[MPlayer-users] Problems with mp3 playback
Kevin DeKorte
kdekorte at yahoo.com
Wed Aug 31 04:29:51 CEST 2005
On Tuesday 30 August 2005 05:32 pm, Reimar Döffinger wrote:
> 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?
>
I am using CVS
Using lavf I do not see this problem. But I am not sure if I can set this as
the default demuxer.
Kevin
--
Get my public GnuPG key from
http://keyserver.veridis.com:11371/export?id=7574690260641978351
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-users/attachments/20050830/7027692e/attachment.pgp>
More information about the MPlayer-users
mailing list