[FFmpeg-cvslog] avformat: Revise wording

Martin Storsjö git at videolan.org
Tue Nov 8 02:22:01 CET 2011


ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Mon Nov  7 14:09:06 2011 +0200| [87892ef8a6b3052dcdaa6b50e1e1835b7d666b42] | committer: Martin Storsjö

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 at martin.st>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=87892ef8a6b3052dcdaa6b50e1e1835b7d666b42
---

 libavformat/avformat.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 4356303..2fa93af 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);
 



More information about the ffmpeg-cvslog mailing list