From 87892ef8a6b3052dcdaa6b50e1e1835b7d666b42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Storsj=C3=B6?= Date: Mon, 7 Nov 2011 14:09:06 +0200 Subject: [PATCH] avformat: Revise wording MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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ö --- libavformat/avformat.h | 4 ++-- 1 file 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);