Commit 87892ef8 authored by Martin Storsjö's avatar 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: 's avatarMartin Storsjö <martin@martin.st>
parent 08826891
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment