diff options
author | Luca Abeni <lucabe72@email.it> | 2007-10-29 09:38:37 +0000 |
---|---|---|
committer | Luca Abeni <lucabe72@email.it> | 2007-10-29 09:38:37 +0000 |
commit | 990e989f242ff0413aa207bc2a760c1b119ae6af (patch) | |
tree | df32bb6be4662df96bee332b2ac3f6f4b9a4881a /libavformat | |
parent | c971ff1977c6fc1e1974525edc7e2d96d96da188 (diff) | |
download | ffmpeg-990e989f242ff0413aa207bc2a760c1b119ae6af.tar.gz |
Remove redundant prototype
Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/allformats.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libavformat/allformats.c b/libavformat/allformats.c index 81cb299b92..1c6df0bc2a 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); } |