[MPlayer-dev-eng] mga + playlist broken

D Richard Felker III dalias at aerifal.cx
Sun Apr 7 18:58:11 CEST 2002


On Sat, Apr 06, 2002 at 08:00:50PM -0500, D Richard Felker III wrote:
> ok, i figured out when it happens. look at mga_init in mga_common.c.
> if it's called more than once, the old map pointer stored in frames[0]
> will be lost without ever being unmapped. i don't know why, but
> mga_init can and *does* get called more than once when playing some
> files -- maybe it has something to do with that aspect changing stuff
> in vd_ffmpeg.c -- and it either needs to be able to handle multiple
> calls (which correspond to multiple calls to video_out->config) or
> there needs to be code in place elsewhere to ensure that config isn't
> called more than once (however, as i understand it's supposed to be
> perfectly valid for config to be called more than once).

looks like arpi fixed it! thanks!

rich




More information about the MPlayer-dev-eng mailing list