OSDN Git Service

Skip m= blocks in the SDP if the media type is unknown. This prevents
authorRonald S. Bultje <rsbultje@gmail.com>
Sat, 24 Jan 2009 04:56:18 +0000 (04:56 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Sat, 24 Jan 2009 04:56:18 +0000 (04:56 +0000)
commitcb760a4790c6d00b4ae44ad7b2c596850ac1cdb2
treec798eef8a80146a859e677c8e464752c766698ce
parentce71d83edef1bbbcd26cb7a999dac1293da37565
Skip m= blocks in the SDP if the media type is unknown. This prevents
subsequent a= lines from the m= block to be applied to the previous
m= line, thus breaking otherwise functional RTP streams. See discussion in
[PATCH] RTSP-MS 7/15: parse and allow unknown m= line codes" thread on
mailinglist.

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