summaryrefslogtreecommitdiff
path: root/libswscale/swscale.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-16 12:26:47 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-16 12:26:47 +0000
commit9f17e13bfc897d024783e34f414c57f817bcb0df (patch)
tree78503586f3b27505f9cbdb399e1a452b3aa1f5d1 /libswscale/swscale.h
parent605315248cb59d9c4213c7035175b6e930d3b66e (diff)
Remove extern C declarations for C++.
FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 23322 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/swscale.h')
-rw-r--r--libswscale/swscale.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libswscale/swscale.h b/libswscale/swscale.h
index adad02f5a5..aa4c25483c 100644
--- a/libswscale/swscale.h
+++ b/libswscale/swscale.h
@@ -29,10 +29,6 @@
#include "avutil.h"
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
@@ -142,8 +138,4 @@ struct SwsContext *sws_getCachedContext(struct SwsContext *context,
int dstW, int dstH, int dstFormat, int flags,
SwsFilter *srcFilter, SwsFilter *dstFilter, double *param);
-#ifdef __cplusplus
-}
-#endif
-
#endif