Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
ffmpeg
Commits
f32f5122
Commit
f32f5122
authored
Jan 15, 2007
by
Michael Niedermayer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
av_aes_init()
Originally committed as revision 7521 to
svn://svn.ffmpeg.org/ffmpeg/trunk
parent
6287dc9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
libavutil/aes.h
libavutil/aes.h
+7
-0
No files found.
libavutil/aes.h
View file @
f32f5122
...
...
@@ -23,4 +23,11 @@
struct
AVAES
;
/**
* creates a AVAES context, which can be freed with av_free()
* @param key_bits 128, 192 or 256
* @param decrypt 0 for encryption, 1 for decryption
*/
struct
AVAES
*
av_aes_init
(
uint8_t
*
key
,
int
key_bits
,
int
decrypt
);
#endif
/* AES_H */
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment