mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
aes: improve av_aes_crypt() documentation
Originally committed as revision 23908 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8201261996
commit
12633044b1
@ -35,7 +35,7 @@ struct AVAES;
|
|||||||
int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt);
|
int av_aes_init(struct AVAES *a, const uint8_t *key, int key_bits, int decrypt);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Encrypt / decrypt.
|
* Encrypt or decrypt a buffer using a previously initialized context.
|
||||||
* @param count number of 16 byte blocks
|
* @param count number of 16 byte blocks
|
||||||
* @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
|
||||||
|
Loading…
Reference in New Issue
Block a user