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

Marton Balint cus at passwd.hu
Tue Feb 14 22:30:09 EET 2023



On Tue, 14 Feb 2023, Anton Khirnov wrote:

> 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.

My concern with not increasing the version number is that the entry in 
doc/APIChanges will not point to the version where the change happened...

Regards,
Marton


More information about the ffmpeg-devel mailing list