Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2015-02-23 23:22:28 +0300
committerMartin Storsjö <martin@martin.st>2015-02-24 17:20:54 +0300
commit0752f700d63f6b15ffd5369ac7615414cce71247 (patch)
tree01cbeb0f647d41d96ee370f99766906a3eb4d13f
parent247764a592f83521f9c1ccdc900b00a8b84f3c87 (diff)
rtpdec_h264: Remove an unnecessary include
Nothing in this file use any network functions. Signed-off-by: Martin Storsjö <martin@martin.st>
-rw-r--r--libavformat/rtpdec_h264.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index b6f2444f59..94c802dfb6 100644
--- a/libavformat/rtpdec_h264.c
+++ b/libavformat/rtpdec_h264.c
@@ -39,8 +39,6 @@
#include "libavutil/avstring.h"
#include "avformat.h"
-#include "network.h"
-
#include "rtpdec.h"
#include "rtpdec_formats.h"