mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
avutil/camellia: Fix doxy @param typo
This commit is contained in:
parent
1f59e71478
commit
e3c5b8c610
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ int av_camellia_init(struct AVCAMELLIA *ctx, const uint8_t *key, int key_bits);
|
||||||
* @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 16 byte blocks
|
* @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
|
* @param decrypt 0 for encryption, 1 for decryption
|
||||||
*/
|
*/
|
||||||
void av_camellia_crypt(struct AVCAMELLIA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t* iv, int decrypt);
|
void av_camellia_crypt(struct AVCAMELLIA *ctx, uint8_t *dst, const uint8_t *src, int count, uint8_t* iv, int decrypt);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue