summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-03 22:42:42 +0200
committerDiego Biurrun <diego@biurrun.de>2012-07-04 15:10:10 +0200
commit2047e40e6e3e1e887085b92f4f3d8cadc048f030 (patch)
tree9ebad7eb2ddef2345ff11854c6045581cb31d5d2 /libavdevice
parent112971af2667b11e8bd3d3d7e6629a0fa8b8151c (diff)
Clarify Doxygen comment for FF_API_* #defines.
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/version.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/libavdevice/version.h b/libavdevice/version.h
index 6ed3817cf5..52b47db546 100644
--- a/libavdevice/version.h
+++ b/libavdevice/version.h
@@ -39,4 +39,10 @@
LIBAVDEVICE_VERSION_MICRO)
#define LIBAVDEVICE_BUILD LIBAVDEVICE_VERSION_INT
+/**
+ * FF_API_* defines may be placed below to indicate public API that will be
+ * dropped at a future version bump. The defines themselves are not part of
+ * the public API and may change, break or disappear at any time.
+ */
+
#endif /* AVDEVICE_VERSION_H */