Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-07-04 00:42:42 +0400
committerDiego Biurrun <diego@biurrun.de>2012-07-04 17:10:10 +0400
commit2047e40e6e3e1e887085b92f4f3d8cadc048f030 (patch)
tree9ebad7eb2ddef2345ff11854c6045581cb31d5d2 /libavresample
parent112971af2667b11e8bd3d3d7e6629a0fa8b8151c (diff)
Clarify Doxygen comment for FF_API_* #defines.
Diffstat (limited to 'libavresample')
-rw-r--r--libavresample/version.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libavresample/version.h b/libavresample/version.h
index 63f07f5e84..c4741e420e 100644
--- a/libavresample/version.h
+++ b/libavresample/version.h
@@ -34,8 +34,9 @@
#define LIBAVRESAMPLE_IDENT "Lavr" AV_STRINGIFY(LIBAVRESAMPLE_VERSION)
/**
- * These FF_API_* defines are not part of public API.
- * They may change, break or disappear at any time.
+ * 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 /* AVRESAMPLE_VERSION_H */