]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - libavformat/avformat.h
Remove extern C declarations for C++.
[frescor/ffmpeg.git] / libavformat / avformat.h
index 1e8028cdcd8debec8d13f1f30a4b0b013110d711..d63966662e0d3a9feaf59ce6b06bd1b83e858c07 100644 (file)
 #ifndef AVFORMAT_H
 #define AVFORMAT_H
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #define LIBAVFORMAT_VERSION_INT ((51<<16)+(12<<8)+1)
 #define LIBAVFORMAT_VERSION     51.12.1
 #define LIBAVFORMAT_BUILD       LIBAVFORMAT_VERSION_INT
@@ -889,9 +885,5 @@ int match_ext(const char *filename, const char *extensions);
 
 #endif /* HAVE_AV_CONFIG_H */
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* AVFORMAT_H */