[FFmpeg-cvslog] ffserver: drop a bunch of apparently unneeded internal headers
Michael Niedermayer
git at videolan.org
Mon Nov 7 20:28:41 EET 2016
ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Fri Oct 28 18:32:36 2016 +0200| [4c8d69e534f168fdf0358e2f409c6c3694eacd12] | committer: Michael Niedermayer
ffserver: drop a bunch of apparently unneeded internal headers
Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4c8d69e534f168fdf0358e2f409c6c3694eacd12
---
ffserver.c | 5 -----
1 file changed, 5 deletions(-)
diff --git a/ffserver.c b/ffserver.c
index 453d790..cfb1a6c 100644
--- a/ffserver.c
+++ b/ffserver.c
@@ -33,15 +33,10 @@
#include "libavformat/avformat.h"
/* FIXME: those are internal headers, ffserver _really_ shouldn't use them */
#include "libavformat/ffm.h"
-#include "libavformat/network.h"
-#include "libavformat/os_support.h"
-#include "libavformat/rtpdec.h"
#include "libavformat/rtpproto.h"
#include "libavformat/rtsp.h"
-#include "libavformat/rtspcodes.h"
#include "libavformat/avio_internal.h"
#include "libavformat/internal.h"
-#include "libavformat/url.h"
#include "libavutil/avassert.h"
#include "libavutil/avstring.h"
More information about the ffmpeg-cvslog
mailing list