This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
Remove redundant prototype
Originally committed as revision 10872 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Luca Abeni
18 years ago
parent
c971ff1977
commit
990e989f24
1 changed files
with
0 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-3
libavformat/allformats.c
+ 0
- 3
libavformat/allformats.c
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); }
Write
Preview
Loading…
Cancel
Save