]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Skip m= blocks in the SDP if the media type is unknown. This prevents
authorrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 24 Jan 2009 04:56:18 +0000 (04:56 +0000)
committerrbultje <rbultje@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Sat, 24 Jan 2009 04:56:18 +0000 (04:56 +0000)
commit2874eb25f83fdad76c11fc14752326f69eeed5d7
tree8fb9a6a99853be00c62bf244785e9f0ec014f6cf
parent2d39540ea568224acb8e38bff376b7de522a9fb3
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.

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