Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized
authorRonald S. Bultje <rsbultje@gmail.com>
Thu, 21 Jan 2010 19:48:30 +0000 (19:48 +0000)
committerRonald S. Bultje <rsbultje@gmail.com>
Thu, 21 Jan 2010 19:48:30 +0000 (19:48 +0000)
commit8b9457deab98959ece4ab5b68c89b7557e2b872a
tree7a7a149b36743792193350134c6b1a5a29991314
parent073189917e4dfa0640e8180110b07e130471f37f
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized
buffer, that is doomed to not work at some point.

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