Commit 990e989f authored by Luca Abeni's avatar Luca Abeni

Remove redundant prototype

Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c971ff19
......@@ -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); }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment