diff postprocess.h @ 44:2ed02a33f02a libpostproc

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 da3bfee1fa67
children e6a94aa12c17
line wrap: on
line diff
--- a/postprocess.h	Sat Apr 07 14:09:20 2007 +0000
+++ b/postprocess.h	Wed May 16 12:25:54 2007 +0000
@@ -27,10 +27,6 @@
  *     external api for the pp stuff
  */
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 #define LIBPOSTPROC_VERSION_INT ((51<<16)+(1<<8)+0)
 #define LIBPOSTPROC_VERSION     51.1.0
 #define LIBPOSTPROC_BUILD       LIBPOSTPROC_VERSION_INT
@@ -77,8 +73,4 @@
 
 #define PP_PICT_TYPE_QP2  0x00000010 ///< MPEG2 style QScale
 
-#ifdef __cplusplus
-}
 #endif
-
-#endif