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
doxy header for udp protocol
Originally committed as revision 12861 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Barbato
18 years ago
parent
57639aa340
commit
3adfb3772c
1 changed files
with
6 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
libavformat/udp.c
+ 6
- 0
libavformat/udp.c
View File
@@ -18,6 +18,12 @@
* License along with FFmpeg; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
/**
* @file udp.c
* UDP protocol
*/
#include "avformat.h"
#include <unistd.h>
#include "network.h"
Write
Preview
Loading…
Cancel
Save