Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler.
commit0d2d274389e7933a6d8d4edd6cdf5aa48860771c
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 6 Dec 2008 18:41:17 +0000 (6 18:41 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 6 Dec 2008 18:41:17 +0000 (6 18:41 +0000)
tree1f47fe3c95ea34f51da5cfd24e1c9d05360d7be3
parentaa37adbc60a18c64f40eb7b92db5584a93195814
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.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16024 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavformat/rdt.c
libavformat/rtp_h264.c
libavformat/rtp_internal.h
libavformat/rtsp.c