[FFmpeg-cvslog] avutil/camellia: fix documentation for av_camellia_crypt()
Giorgio Vazzana
git at videolan.org
Fri Jan 2 22:34:40 CET 2015
ffmpeg | branch: master | Giorgio Vazzana <mywing81 at gmail.com> | Fri Jan 2 16:33:17 2015 +0100| [88d19d240aeead6ae00fc2dcab0f60362578bce8] | committer: Michael Niedermayer
avutil/camellia: fix documentation for av_camellia_crypt()
Signed-off-by: Giorgio Vazzana <mywing81 at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=88d19d240aeead6ae00fc2dcab0f60362578bce8
---
libavutil/camellia.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/camellia.h b/libavutil/camellia.h
index fc3b570..e674c9b 100644
--- a/libavutil/camellia.h
+++ b/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
*/
More information about the ffmpeg-cvslog
mailing list