You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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>
This commit is contained in:
@@ -1748,8 +1748,8 @@ const AVClass *avformat_get_class(void);
|
|||||||
* but recommended, since it avoids the overhead of implicitly
|
* but recommended, since it avoids the overhead of implicitly
|
||||||
* doing the setup for each session.
|
* doing the setup for each session.
|
||||||
*
|
*
|
||||||
* Since the next major version bump, calling this function will become
|
* Calling this function will become mandatory if using network
|
||||||
* mandatory if using network protocols.
|
* protocols at some major version bump.
|
||||||
*/
|
*/
|
||||||
int avformat_network_init(void);
|
int avformat_network_init(void);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user