OSDN Git Service

Remove redundant prototype
authorLuca Abeni <lucabe72@email.it>
Mon, 29 Oct 2007 09:38:37 +0000 (09:38 +0000)
committerLuca Abeni <lucabe72@email.it>
Mon, 29 Oct 2007 09:38:37 +0000 (09:38 +0000)
Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk

libavformat/allformats.c

index 81cb299..1c6df0b 100644 (file)
@@ -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); }