[FFmpeg-cvslog] rtpdec_h264: Remove an unnecessary include
Martin Storsjö
git at videolan.org
Tue Feb 24 22:26:00 CET 2015
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Feb 23 22:22:28 2015 +0200| [0752f700d63f6b15ffd5369ac7615414cce71247] | committer: Martin Storsjö
rtpdec_h264: Remove an unnecessary include
Nothing in this file use any network functions.
Signed-off-by: Martin Storsjö <martin at martin.st>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0752f700d63f6b15ffd5369ac7615414cce71247
---
libavformat/rtpdec_h264.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/libavformat/rtpdec_h264.c b/libavformat/rtpdec_h264.c
index b6f2444..94c802d 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"
More information about the ffmpeg-cvslog
mailing list