This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
move #include log.h into the selftesting code where it belongs
Originally committed as revision 7529 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
19 years ago
parent
6572e1a4d2
commit
0d80bd2f56
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavutil/aes.c
+ 1
- 1
libavutil/aes.c
View File
@@ -21,7 +21,6 @@
*/
#include "common.h"
#include "log.h"
#include "aes.h"
typedef struct AVAES{
@@ -182,6 +181,7 @@ int av_aes_init(AVAES *a, uint8_t *key, int key_bits, int decrypt) {
}
#ifdef TEST
#include "log.h"
int main(){
int i,j;
Write
Preview
Loading…
Cancel
Save