diff oggdec.h @ 4058:dcdf236c9909 libavformat

Delete unnecessary 'extern' keywords.
author diego
date Wed, 03 Dec 2008 15:23:30 +0000
parents 6cd006bc2de9
children c6abeafbec30
line wrap: on
line diff
--- a/oggdec.h	Wed Dec 03 13:53:13 2008 +0000
+++ b/oggdec.h	Wed Dec 03 15:23:30 2008 +0000
@@ -85,6 +85,6 @@
 extern const struct ogg_codec ff_theora_codec;
 extern const struct ogg_codec ff_vorbis_codec;
 
-extern int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size);
+int vorbis_comment(AVFormatContext *ms, uint8_t *buf, int size);
 
 #endif /* AVFORMAT_OGGDEC_H */