Commit 88d19d24 authored by Giorgio Vazzana's avatar Giorgio Vazzana Committed by Michael Niedermayer

avutil/camellia: fix documentation for av_camellia_crypt()

Signed-off-by: 's avatarGiorgio Vazzana <mywing81@gmail.com>
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 55763b6f
...@@ -58,7 +58,7 @@ int av_camellia_init(struct AVCAMELLIA *ctx, const uint8_t *key, int key_bits); ...@@ -58,7 +58,7 @@ int av_camellia_init(struct AVCAMELLIA *ctx, const uint8_t *key, int key_bits);
* @param ctx an AVCAMELLIA context * @param ctx an AVCAMELLIA context
* @param dst destination array, can be equal to src * @param dst destination array, can be equal to src
* @param src source array, can be equal to dst * @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 * @paran iv initialization vector for CBC mode, NULL for ECB mode
* @param decrypt 0 for encryption, 1 for decryption * @param decrypt 0 for encryption, 1 for decryption
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment