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
rtmpdh: add an stdio.h include
The test uses printf.
tags/n3.1
Anton Khirnov
9 years ago
parent
e3dfef8e3c
commit
704a397697
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavformat/rtmpdh.c
+ 3
- 0
libavformat/rtmpdh.c
View File
@@ -362,6 +362,9 @@ fail:
}
#ifdef TEST
#include <stdio.h>
static int test_random_shared_secret(void)
{
FF_DH *peer1 = NULL, *peer2 = NULL;
Write
Preview
Loading…
Cancel
Save