mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2025-02-16 11:00:20 +00:00
10l typo
Originally committed as revision 7552 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
6eb7df5c6d
commit
519773e3a5
@ -40,6 +40,6 @@ int av_aes_init(struct AVAES *a, uint8_t *key, int key_bits, int decrypt);
|
||||
* @param iv initalization vector for CBC mode, if NULL then ECB will be used
|
||||
* @param decrypt 0 for encryption, 1 for decryption
|
||||
*/
|
||||
void aes_crypt(AVAES *a, uint8_t *dst, uint8_t *src, int count, uint8_t *iv, int decrypt);
|
||||
void aes_crypt(struct AVAES *a, uint8_t *dst, uint8_t *src, int count, uint8_t *iv, int decrypt);
|
||||
|
||||
#endif /* AES_H */
|
||||
|
Loading…
x
Reference in New Issue
Block a user