You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
des: extend av_des_init() doxy
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
committed by
Anton Khirnov
parent
d9e8b47e31
commit
3e853ff7ac
@@ -49,6 +49,7 @@ AVDES *av_des_alloc(void);
|
|||||||
*
|
*
|
||||||
* @param key_bits must be 64 or 192
|
* @param key_bits must be 64 or 192
|
||||||
* @param decrypt 0 for encryption/CBC-MAC, 1 for decryption
|
* @param decrypt 0 for encryption/CBC-MAC, 1 for decryption
|
||||||
|
* @return zero on success, negative value otherwise
|
||||||
*/
|
*/
|
||||||
int av_des_init(struct AVDES *d, const uint8_t *key, int key_bits, int decrypt);
|
int av_des_init(struct AVDES *d, const uint8_t *key, int key_bits, int decrypt);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user