rc4: extend av_rc4_init() doxy

Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
James Almer 2015-07-31 09:01:06 +02:00 committed by Anton Khirnov
parent ae365453c3
commit b469832de9
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@ AVRC4 *av_rc4_alloc(void);
*
* @param key_bits must be a multiple of 8
* @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);