Add warnings to av_strlcat and av_strlcpy doxygen that the input strings
authorReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 9 Sep 2009 21:00:51 +0000 (21:00 +0000)
committerReimar Döffinger <Reimar.Doeffinger@gmx.de>
Wed, 9 Sep 2009 21:00:51 +0000 (21:00 +0000)
commit46f3b40eb3bcb377054804631844923de9a9b45f
tree611c3daecfff426292b977ff1ff09a80b7f6ea0d
parent76bcd87b4cd679b2d26b4b9ddddd4dc6451cab54
Add warnings to av_strlcat and av_strlcpy doxygen that the input strings
already must be properly 0-terminated strings. Unlike strncpy it
cannot be used on raw data read from a file.

Originally committed as revision 19800 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavutil/avstring.h