Skip to content
Snippets Groups Projects
Commit b469832d authored by James Almer's avatar James Almer Committed by Anton Khirnov
Browse files

rc4: extend av_rc4_init() doxy


Signed-off-by: default avatarAnton Khirnov <anton@khirnov.net>
parent ae365453
No related branches found
No related tags found
No related merge requests found
...@@ -49,6 +49,7 @@ AVRC4 *av_rc4_alloc(void); ...@@ -49,6 +49,7 @@ AVRC4 *av_rc4_alloc(void);
* *
* @param key_bits must be a multiple of 8 * @param key_bits must be a multiple of 8
* @param decrypt 0 for encryption, 1 for decryption, currently has no effect * @param decrypt 0 for encryption, 1 for decryption, currently has no effect
* @return zero on success, negative value otherwise
*/ */
int av_rc4_init(struct AVRC4 *d, const uint8_t *key, int key_bits, int decrypt); int av_rc4_init(struct AVRC4 *d, const uint8_t *key, int key_bits, int decrypt);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment