id	summary	reporter	owner	description	type	status	priority	component	version	resolution	keywords	cc	blockedby	blocking	reproduced	analyzed
1729	avformat sdp.c error.	kyh96403		"Summary of the bug:
FFserver cannot work RTSP when video codec is H.264 or H.263.
Because sdp.c's function ""sdp_write_media_attributes"" have bug.
""fmt->oformat"" can have NULL.

{{{
So ""if (fmt && fmt->oformat->priv_class &&"" -> ""if (fmt && fmt->oformat && fmt->oformat->priv_class""
And ""if (!fmt || !fmt->oformat->priv_class ||"" -> ""if (!fmt || !fmt->oformat || !fmt->oformat->priv_class ||""
}}}
"	defect	closed	normal	avformat	unspecified	needs_more_info	sdp ffserver				0	0
