summaryrefslogtreecommitdiff
path: root/libavformat/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/version.h')
-rw-r--r--libavformat/version.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/libavformat/version.h b/libavformat/version.h
index 26bb2c596e..0017698cce 100644
--- a/libavformat/version.h
+++ b/libavformat/version.h
@@ -44,9 +44,11 @@
#define LIBAVFORMAT_IDENT "Lavf" AV_STRINGIFY(LIBAVFORMAT_VERSION)
/**
- * These FF_API_* defines are not part of the 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.
*/
+
#ifndef FF_API_CLOSE_INPUT_FILE
#define FF_API_CLOSE_INPUT_FILE (LIBAVFORMAT_VERSION_MAJOR < 55)
#endif