summaryrefslogtreecommitdiff
path: root/libavformat/asf.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-12-03 15:23:30 +0000
committerDiego Biurrun <diego@biurrun.de>2008-12-03 15:23:30 +0000
commit9686df2be543b740ec71e6ef633f312b8592813f (patch)
tree19f9d20b719c124cba7a6f878d0f84e1c0c82ed3 /libavformat/asf.c
parent26ae363e06722389964dae79e1f19a0a7f66b6d0 (diff)
Delete unnecessary 'extern' keywords.
Originally committed as revision 15990 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/asf.c')
-rw-r--r--libavformat/asf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/asf.c b/libavformat/asf.c
index 0faa46fae8..695cfeca75 100644
--- a/libavformat/asf.c
+++ b/libavformat/asf.c
@@ -26,7 +26,7 @@
#include "asf.h"
#include "asfcrypt.h"
-extern void ff_mms_set_stream_selection(URLContext *h, AVFormatContext *format);
+void ff_mms_set_stream_selection(URLContext *h, AVFormatContext *format);
#undef NDEBUG
#include <assert.h>