[MPlayer-dev-eng] [PATCH] fix for segmentation fault in libmpdemux/demux_ts.c

Erik Auerswald auerswal at unix-ag.uni-kl.de
Wed Apr 5 22:47:29 CEST 2006


Hi,

On Wed, Apr 05, 2006 at 08:51:07PM +0200, Nico Sabbi wrote:
> Erik Auerswald wrote:
> >
> >when looking for an audio stream in an MPEG TS file an error occurs
> >if a stream of type AUDIO_A52 is found but no audio stream matches the
> >given parameters (e.g. "-alang foo" given on the command line). Since
> >an audio type has been set the demuxer thinks that pid -1 is a valid
> >audio stream which results in a segmentation fault when trying to open
> >it. The attached patch fixes this.
> 
> committed, thanks

Thanks. :-)

Erik




More information about the MPlayer-dev-eng mailing list