]> git.sesse.net Git - ffmpeg/commitdiff
des: extend av_des_init() doxy
authorJames Almer <jamrial@gmail.com>
Fri, 31 Jul 2015 07:01:06 +0000 (09:01 +0200)
committerAnton Khirnov <anton@khirnov.net>
Fri, 31 Jul 2015 07:04:12 +0000 (09:04 +0200)
Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavutil/des.h

index 7b82340219537cf04b64350ded8d987ab218aec3..32c2c9a47dd7c61c381abb692c7044fc43fb0e0b 100644 (file)
@@ -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);