avutil/camellia: fix documentation for av_camellia_crypt()

Signed-off-by: Giorgio Vazzana <mywing81@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/101/head
Giorgio Vazzana 10 years ago committed by Michael Niedermayer
parent 55763b6f5e
commit 88d19d240a
  1. 2
      libavutil/camellia.h

@ -58,7 +58,7 @@ int av_camellia_init(struct AVCAMELLIA *ctx, const uint8_t *key, int key_bits);
* @param ctx an AVCAMELLIA context
* @param dst destination array, can be equal to src
* @param src source array, can be equal to dst
* @param count number of 8 byte blocks
* @param count number of 16 byte blocks
* @paran iv initialization vector for CBC mode, NULL for ECB mode
* @param decrypt 0 for encryption, 1 for decryption
*/

Loading…
Cancel
Save