summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorMartin Storsjö <martin@martin.st>2011-11-07 14:09:06 +0200
committerMartin Storsjö <martin@martin.st>2011-11-07 19:29:32 +0200
commit87892ef8a6b3052dcdaa6b50e1e1835b7d666b42 (patch)
tree8f61eaf07210cca6ddaedd72158d747a320fedbc /libavformat
parent088268911621fb27e2ab78280fca253b11efe3a2 (diff)
avformat: Revise wording
It might make sense not to make the function completely mandatory immediately at the next bump, which might be quite soon after the function was introduced. Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/avformat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 43563031c1..2fa93af31c 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -1748,8 +1748,8 @@ const AVClass *avformat_get_class(void);
* but recommended, since it avoids the overhead of implicitly
* doing the setup for each session.
*
- * Since the next major version bump, calling this function will become
- * mandatory if using network protocols.
+ * Calling this function will become mandatory if using network
+ * protocols at some major version bump.
*/
int avformat_network_init(void);