summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/allformats.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 81cb299b92..1c6df0bc2a 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -21,9 +21,6 @@
#include "avformat.h"
#include "rtp_internal.h"
-/* rtp.c */
-void av_register_rtp_dynamic_payload_handlers(void);
-
#define REGISTER_MUXER(X,x) { \
extern AVOutputFormat x##_muxer; \
if(ENABLE_##X##_MUXER) av_register_output_format(&x##_muxer); }