[FFmpeg-cvslog] r10872 - trunk/libavformat/allformats.c
lucabe
subversion
Mon Oct 29 10:38:37 CET 2007
Author: lucabe
Date: Mon Oct 29 10:38:37 2007
New Revision: 10872
Log:
Remove redundant prototype
Modified:
trunk/libavformat/allformats.c
Modified: trunk/libavformat/allformats.c
==============================================================================
--- trunk/libavformat/allformats.c (original)
+++ trunk/libavformat/allformats.c Mon Oct 29 10:38:37 2007
@@ -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); }
More information about the ffmpeg-cvslog
mailing list