FFmpeg/libavformat
Ronald S. Bultje 7b2a070800 Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
This function is called in rtsp.c for each a= line in the SDP of the Describe
response after m= RTSP stream descriptors. The function prototype used to
take an AVStream argument. For RDT, however, every RTSPStream represents
a set of streams of identical content, and can thus represent multiple
AVStreams. Therefore, it should not take an AVStream as argument. This
patch modifies it to accept a AVFormatContext (of the RTSP/SDP demuxer)
instead. See discussion in "[PATCH/RFC] change function prototype of
parse_sdp_a_line" thread on ML.

Originally committed as revision 16024 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-12-06 18:41:17 +00:00
..
2008-10-24 01:42:57 +00:00
2008-09-26 19:42:21 +00:00
2008-10-24 21:41:27 +00:00
2008-10-24 21:41:27 +00:00
2008-08-16 14:46:31 +00:00
2008-11-16 02:56:34 +00:00
2008-12-04 15:08:04 +00:00
2008-12-04 03:00:53 +00:00
2008-09-01 15:50:12 +00:00
2008-10-02 16:03:00 +00:00
2008-08-26 01:29:43 +00:00
2008-11-18 03:49:33 +00:00
2008-11-06 01:50:56 +00:00
2008-12-03 15:23:30 +00:00
2008-11-06 01:50:56 +00:00
2008-11-06 01:50:56 +00:00
2008-11-06 01:50:56 +00:00
2008-08-24 17:24:34 +00:00
2008-07-11 15:12:44 +00:00
2008-12-02 15:43:47 +00:00
2008-10-02 16:28:58 +00:00
2008-02-19 22:07:48 +00:00
2008-10-02 16:03:00 +00:00
2008-06-19 23:25:04 +00:00
2008-08-13 18:32:16 +00:00
2008-10-02 16:03:00 +00:00