[FFmpeg-devel] [PATCH v3 12/54] avutil/twofish: Fix doxy @param typo
Marvin Scholz
epirat07 at gmail.com
Sun Sep 25 03:10:39 EEST 2022
---
libavutil/twofish.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavutil/twofish.h b/libavutil/twofish.h
index 813cfecdf8..67f359e88c 100644
--- a/libavutil/twofish.h
+++ b/libavutil/twofish.h
@@ -59,7 +59,7 @@ int av_twofish_init(struct AVTWOFISH *ctx, const uint8_t *key, int key_bits);
* @param dst destination array, can be equal to src
* @param src source array, can be equal to dst
* @param count number of 16 byte blocks
- * @paran iv initialization vector for CBC mode, NULL for ECB mode
+ * @param iv initialization vector for CBC mode, NULL for ECB mode
* @param decrypt 0 for encryption, 1 for decryption
*/
void av_twofish_crypt(struct AVTWOFISH *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t* iv, int decrypt);
--
2.37.0 (Apple Git-136)
More information about the ffmpeg-devel
mailing list