summaryrefslogtreecommitdiff
path: root/libavutil/des.h
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-31 09:01:06 +0200
committerAnton Khirnov <anton@khirnov.net>2015-07-31 09:04:12 +0200
commit3e853ff7acc56b180950ab39e7282f1b938c8784 (patch)
tree59ecc6d3c646619e6e3d83bb5fd03edc825d47ba /libavutil/des.h
parentd9e8b47e3144262d6bc4681740411d4bdafad6ac (diff)
des: extend av_des_init() doxy
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'libavutil/des.h')
-rw-r--r--libavutil/des.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/des.h b/libavutil/des.h
index 7b82340219..32c2c9a47d 100644
--- a/libavutil/des.h
+++ b/libavutil/des.h
@@ -49,6 +49,7 @@ AVDES *av_des_alloc(void);
*
* @param key_bits must be 64 or 192
* @param decrypt 0 for encryption/CBC-MAC, 1 for decryption
+ * @return zero on success, negative value otherwise
*/
int av_des_init(struct AVDES *d, const uint8_t *key, int key_bits, int decrypt);