summaryrefslogtreecommitdiff
path: root/libavutil/avutil.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2007-05-16 12:25:54 +0000
committerDiego Biurrun <diego@biurrun.de>2007-05-16 12:25:54 +0000
commit605315248cb59d9c4213c7035175b6e930d3b66e (patch)
tree50bcbed1bb3b79681ed78efd12a5f37784e1fe8d /libavutil/avutil.h
parent31d89e1158612481885f4d635edd819cca4792cf (diff)
Remove extern C declarations for C++.
FFmpeg is pure C and not all public headers have the declarations. Originally committed as revision 9037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h
index 32bc40bfbf..e010ed3567 100644
--- a/libavutil/avutil.h
+++ b/libavutil/avutil.h
@@ -27,10 +27,6 @@
*/
-#ifdef __cplusplus
-extern "C" {
-#endif
-
#define AV_STRINGIFY(s) AV_TOSTRING(s)
#define AV_TOSTRING(s) #s
@@ -130,8 +126,4 @@ enum PixelFormat {
#define PIX_FMT_YUV422 PIX_FMT_YUYV422
#endif
-#ifdef __cplusplus
-}
-#endif
-
#endif /* AVUTIL_H */