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
cosmetics: indentation
Originally committed as revision 7583 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Aurelien Jacobs
19 years ago
parent
c9c1a8e794
commit
763750242b
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavformat/tcp.c
+1
-1
libavformat/udp.c
+ 1
- 1
libavformat/tcp.c
View File
@@ -23,7 +23,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#
include <arpa/inet.h>
#include <arpa/inet.h>
#include <netdb.h>
#include <sys/time.h>
#include <fcntl.h>
+ 1
- 1
libavformat/udp.c
View File
@@ -23,7 +23,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#
include <arpa/inet.h>
#include <arpa/inet.h>
#include <netdb.h>
#ifndef IPV6_ADD_MEMBERSHIP
Write
Preview
Loading…
Cancel
Save