]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/commit
Add warnings to av_strlcat and av_strlcpy doxygen that the input strings
authorreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 9 Sep 2009 21:00:51 +0000 (21:00 +0000)
committerreimar <reimar@9553f0bf-9b14-0410-a0b8-cfaf0461ba5b>
Wed, 9 Sep 2009 21:00:51 +0000 (21:00 +0000)
commit018eb2c1bc08b5a2d146ed9f922e0c237fb1a480
tree40da7c6c899ac3f4316dcfa3404291cb5700e47d
parentf85e04ce2a2fcbae95e8c623a58f1427d5ba14b4
Add warnings to av_strlcat and av_strlcpy doxygen that the input strings
already must be properly 0-terminated strings, unlike strncpy it
can not be use on raw data read from a file.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@19800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
libavutil/avstring.h