Increase buffer size for RTP packet data because some ASF streams use a
authorRonald S. Bultje <rsbultje@gmail.com>
Fri, 9 Jan 2009 01:30:14 +0000 (01:30 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Fri, 9 Jan 2009 01:30:14 +0000 (01:30 +0000)
commite49906c3210514edb6220c37a51551d3c1485120
tree09a1561ffa0770c7c30d4695053580f7dfd43389
parent5ce0043367ed44dd17ece7aa6429e08900e1c4de
Increase buffer size for RTP packet data because some ASF streams use a
manual, non-standard blocksize which is bigger than RTP_MAX_PACKET_LENGTH.
See "[PATCH] RTSP-MS 4/15: blocksize detection" thread on mailinglist.

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