Module: libav Branch: master Commit: 3e853ff7acc56b180950ab39e7282f1b938c8784
Author: James Almer <[email protected]> Committer: Anton Khirnov <[email protected]> Date: Fri Jul 31 09:01:06 2015 +0200 des: extend av_des_init() doxy Signed-off-by: Anton Khirnov <[email protected]> --- libavutil/des.h | 1 + 1 file changed, 1 insertion(+) diff --git a/libavutil/des.h b/libavutil/des.h index 7b82340..32c2c9a 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); _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
