Message ID | 1320667816-38134-1-git-send-email-martin@martin.st |
---|---|
State | Committed |
Headers | show |
On 11/7/11 4:10 AM, Martin Storsjö wrote: > 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. Both patches seem ok. lu
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);