]> git.sesse.net Git - ffmpeg/blobdiff - libpostproc/postprocess.h
add multiple inclusion guards to headers
[ffmpeg] / libpostproc / postprocess.h
index eed92ba6d5db2bcf961d56aee667bbd8993dc455..a240558f724e59876791a2a6fd1962f141ebd31c 100644 (file)
  *     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 @@ void pp_free_context(pp_context_t *ppContext);
 
 #define PP_PICT_TYPE_QP2  0x00000010 ///< MPEG2 style QScale
 
-#ifdef __cplusplus
-}
-#endif
-
 #endif