OSDN Git Service

Increase the SDP buffer size (again!) and also increase the temporary
authorRonald S. Bultje <rsbultje@gmail.com>
Tue, 14 Apr 2009 13:22:40 +0000 (13:22 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Tue, 14 Apr 2009 13:22:40 +0000 (13:22 +0000)
commit373afbaf76eb315729b5b86fa4f3c70b10105c64
tree22597fdc6296dec8bfe04ad1bad92da662e94ee3
parentfe479c9d63f0743fa064ac2a5c019284ba88277a
Increase the SDP buffer size (again!) and also increase the temporary
buffer size of the fmtp parameter buffer. For Vorbis RT(S)P, these
contain full Vorbis headers, which can be up to 12kb each, formatted
in base64, so 16kb total. Patch required for proper Vorbis/RTP playback,
submitted as GSoC qualification task in the thread "RTP/Vorbis payload
implementation (GSoC qual task)" by Colin McQuillan m.niloc googlemail
com.

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