[FFmpeg-devel] [PATCH] avformat: deprecate AVFormatContext io_close callback

Anton Khirnov anton at khirnov.net
Tue Feb 14 15:22:35 EET 2023


Quoting Marton Balint (2023-02-13 22:37:54)
> diff --git a/libavformat/version.h b/libavformat/version.h
> index 904e7f06aa..7ff1483912 100644
> --- a/libavformat/version.h
> +++ b/libavformat/version.h
> @@ -31,7 +31,7 @@
>  
>  #include "version_major.h"
>  
> -#define LIBAVFORMAT_VERSION_MINOR   2
> +#define LIBAVFORMAT_VERSION_MINOR   3

I don't think this needs a version bump, because nothing about the API
or ABI changes with this commit, it's just an expression of intent to
change it in the future.

Otherwise LGTM.

-- 
Anton Khirnov


More information about the ffmpeg-devel mailing list