# HG changeset patch # User lucabe # Date 1193650717 0 # Node ID 66bd9e2fbcf1f3da3628de3bdf4695aa4bd928d0 # Parent 6037eb4919fb3ab7d544d1871fe5f9b17bee837c Remove redundant prototype diff -r 6037eb4919fb -r 66bd9e2fbcf1 allformats.c --- 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); }