[SCM] libav/experimental: Remove redundant prototype

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:08:48 UTC 2013


The following commit has been merged in the experimental branch:
commit 990e989f242ff0413aa207bc2a760c1b119ae6af
Author: Luca Abeni <lucabe72 at email.it>
Date:   Mon Oct 29 09:38:37 2007 +0000

    Remove redundant prototype
    
    Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/allformats.c b/libavformat/allformats.c
index 81cb299..1c6df0b 100644
--- a/libavformat/allformats.c
+++ b/libavformat/allformats.c
@@ -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); }

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list