OSDN Git Service

rtsp: Only interpret $ as interleaved packet indicator at the start of replies
authorMartin Storsjö <martin@martin.st>
Wed, 21 Jan 2015 12:05:43 +0000 (13:05 +0100)
committerMartin Storsjö <martin@martin.st>
Thu, 30 Jul 2015 13:59:36 +0000 (16:59 +0300)
commit764ec70149728be82304c163ccc4e280f1629201
tree7b003849012c497bf35bdca2c7e4e8b2b8587662
parent6877537ff321136cf78ab03b8b91e6b6f218db5b
rtsp: Only interpret $ as interleaved packet indicator at the start of replies

Allow $ as character anywhere within normal RTSP replies - both
within the lines, and as the first character of RTSP header lines.
(The existing old comment indicated that an inline packet could
start at any line within a RTSP reply header, but that doesn't
sound valid to me, and I'm not sure if the existing code
handled that correctly either.)

CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtsp.c