OSDN Git Service

Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP
authorRonald S. Bultje <rsbultje@gmail.com>
Wed, 27 Aug 2008 00:33:22 +0000 (00:33 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Wed, 27 Aug 2008 00:33:22 +0000 (00:33 +0000)
commit8646b9070bb3104e1c3f35baeb652740f58bff9c
tree60a2dfa0f577e8b0e0647a4d836b9c61f036a519
parent8ee552f69c615c377fa69adac7bc801f7fe6f7ed
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP
lines. This allows "private" SDP tags to be forwarded to the specific handler,
allowing protocol-specific handling of SDP data. See mailinglist discussion
in the "Realmedia patch" thread.

Originally committed as revision 14987 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavformat/rtsp.c