1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

Remove redundant prototype

Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Luca Abeni 2007-10-29 09:38:37 +00:00
parent c971ff1977
commit 990e989f24

View 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); }