summaryrefslogtreecommitdiff
path: root/libavutil/xtea.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-08-09 03:06:01 +0200
committerDiego Biurrun <diego@biurrun.de>2012-08-09 20:05:55 +0200
commit804d7a1aa6fd33fbe405698d90d02121423e540c (patch)
tree8bbe78ce91f950e6d80d7d6d73dd3e37849e75b7 /libavutil/xtea.h
parent52561d011658e64fc3d0edb25f5f1b64f9aa7430 (diff)
doxygen: Fix function parameter names to match the code
Diffstat (limited to 'libavutil/xtea.h')
-rw-r--r--libavutil/xtea.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavutil/xtea.h b/libavutil/xtea.h
index cf305c6632..7d2b07bbc7 100644
--- a/libavutil/xtea.h
+++ b/libavutil/xtea.h
@@ -36,7 +36,7 @@ typedef struct AVXTEA {
/**
* Initialize an AVXTEA context.
*
- * @param x an AVXTEA context
+ * @param ctx an AVXTEA context
* @param key a key of 16 bytes used for encryption/decryption
*/
void av_xtea_init(struct AVXTEA *ctx, const uint8_t key[16]);
@@ -44,7 +44,7 @@ void av_xtea_init(struct AVXTEA *ctx, const uint8_t key[16]);
/**
* Encrypt or decrypt a buffer using a previously initialized context.
*
- * @param x an AVXTEA context
+ * @param ctx an AVXTEA 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