[Mplayer-cvslog] Re: CVS: 0_90/libao2 ao_pcm.c,1.17,1.18
Arpi
arpi at thot.banki.hu
Tue May 6 17:42:11 CEST 2003
Hi,
> > BAD!
> > -vc dummy ersults no video stream "decoding", so no video stream demuxing,
> > so buffer overflow after a while (for longer (>8MB) streams)
>
> Well, it certainly seems to work fine over here...
hmm, yes:
if(!sh_video){
mp_msg(MSGT_CPLAYER,MSGL_INFO,MSGTR_Video_NoVideo);
mp_msg(MSGT_CPLAYER,MSGL_V,"Freeing %d unused video chunks\n",d_video->packs);
ds_free_packs(d_video);
d_video->id=-2;
//if(!fixed_vo) uninit_player(INITED_VO);
}
so it disables demuxing of video stream.
well it works with well-written demuxers, which checks for ds->id<0 at their
demux_fill_buffer(). but unfortunatelly not all demuxers are well-written :(
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-cvslog
mailing list