summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
diff options
context:
space:
mode:
authorLuca Abeni <lucabe72@email.it>2007-10-29 09:15:35 +0000
committerLuca Abeni <lucabe72@email.it>2007-10-29 09:15:35 +0000
commitc971ff1977c6fc1e1974525edc7e2d96d96da188 (patch)
treed95a7376a1dee1474dfee1e10c6ca10cb7f03fa5 /libavformat/avformat.h
parentc1a4cdf9bfa2ecb1a88979226298fba47a80c369 (diff)
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and
explicitly include such headers where needed Originally committed as revision 10871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avformat.h')
-rw-r--r--libavformat/avformat.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4070e02ea3..4c72a617c3 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -460,10 +460,6 @@ enum CodecID av_guess_image2_codec(const char *filename);
/* XXX: use automatic init with either ELF sections or C file parser */
/* modules */
-#include "rtp.h"
-
-#include "rtsp.h"
-
/* utils.c */
void av_register_input_format(AVInputFormat *format);
void av_register_output_format(AVOutputFormat *format);