[FFmpeg-devel] [PATCH] rtpdec_asf: Propatage errors from the chained av_open_input_stream in ff_wms_parse_sdp_a_line

Martin Storsjö martin
Mon Jul 5 18:49:33 CEST 2010


On Mon, 5 Jul 2010, Ronald S. Bultje wrote:

> On Mon, Jul 5, 2010 at 2:57 AM, Martin Storsj? <martin at martin.st> wrote:
> > As in $subj, this avoids crashes when doing rt->asf_ctx->pb = NULL; after
> > the initialization, if the initialization failed, and propagates the
> > actual error code.
> 
> Yes, patch OK.

Ok, applied.

Anyone who knows a bit more about ASF could take a look at the URL in 
issue 2070, even if it doesn't crash (at this point at least) any longer, 
we still don't support this stream. The stream header has an unrecognized 
GUID (a bit of googling around points at ASF_JFIF_Media), and the RTP 
packets trigger the "RTSP-MS packet splitting" missing feature.

// Martin



More information about the ffmpeg-devel mailing list