diff avformat.h @ 2088:02150368fd80 libavformat

Remove extern C declarations for C++. FFmpeg is pure C and not all public headers have the declarations.
author diego
date Wed, 16 May 2007 12:25:54 +0000
parents 64bd1b09cef2
children 12a46571c0c9
line wrap: on
line diff
--- a/avformat.h	Wed May 16 09:21:23 2007 +0000
+++ b/avformat.h	Wed May 16 12:25:54 2007 +0000
@@ -21,10 +21,6 @@
 #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 @@
 
 #endif /* HAVE_AV_CONFIG_H */
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif /* AVFORMAT_H */