changeset 2682:66bd9e2fbcf1 libavformat

Remove redundant prototype
author lucabe
date Mon, 29 Oct 2007 09:38:37 +0000
parents 6037eb4919fb
children 153d6efc05b8
files allformats.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/allformats.c	Mon Oct 29 09:15:35 2007 +0000
+++ b/allformats.c	Mon Oct 29 09:38:37 2007 +0000
@@ -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); }