diff options
Diffstat (limited to 'libavutil/des.h')
-rw-r--r-- | libavutil/des.h | 1 |
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); |