[Mplayer-cvslog] CVS: main/postproc postprocess.h,1.33,1.34
Michael Niedermayer CVS
michael at mplayerhq.hu
Tue Feb 11 22:12:26 CET 2003
Update of /cvsroot/mplayer/main/postproc
In directory mail:/var/tmp.root/cvs-serv13775
Modified Files:
postprocess.h
Log Message:
#ifdef c++
Index: postprocess.h
===================================================================
RCS file: /cvsroot/mplayer/main/postproc/postprocess.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- postprocess.h 5 Jan 2003 19:10:42 -0000 1.33
+++ postprocess.h 11 Feb 2003 21:12:16 -0000 1.34
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2001-2002 Michael Niedermayer (michaelni at gmx.at)
+ Copyright (C) 2001-2003 Michael Niedermayer (michaelni at gmx.at)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -19,6 +19,16 @@
#ifndef NEWPOSTPROCESS_H
#define NEWPOSTPROCESS_H
+/**
+ * @file postprocess.h
+ * @brief
+ * external api for the pp stuff
+ */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
#define PP_QUALITY_MAX 6
#define QP_STORE_T int8_t
@@ -55,5 +65,9 @@
#define PP_FORMAT_422 (0x00000001|PP_FORMAT)
#define PP_FORMAT_411 (0x00000002|PP_FORMAT)
#define PP_FORMAT_444 (0x00000000|PP_FORMAT)
+
+#ifdef __cplusplus
+}
+#endif
#endif
More information about the MPlayer-cvslog
mailing list