Commit 5b3a1c12 authored by lucabe's avatar lucabe

Remove redundant prototype


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@10872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 482df091
......@@ -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