[FFmpeg-devel] [PATCH 1/4 v2] avutil/buffer: change public function and struct size parameter types to size_t

James Almer jamrial at gmail.com
Mon Jun 22 16:13:46 EEST 2020


On 6/22/2020 6:18 AM, Anton Khirnov wrote:
> Quoting James Almer (2020-06-01 19:25:36)
>> Signed-off-by: James Almer <jamrial at gmail.com>
>> ---
>> No changes since v1.
>>
>>  doc/APIchanges              |  4 ++++
>>  libavutil/buffer.c          | 25 +++++++++++++++++++++++++
>>  libavutil/buffer.h          | 31 +++++++++++++++++++++++++++++++
>>  libavutil/buffer_internal.h | 13 +++++++++++++
>>  libavutil/version.h         |  3 +++
>>  5 files changed, 76 insertions(+)
> 
> Are we ok with everyone who writes bindings for other languages hating
> us (even more)?

Well, there are similar changes done to the crypto modules scheduled for
the upcoming bump, so if they need to adapt such bindings, might as well
do it for crypto *and* buffer at the same time. It's not like they would
be spared the headache if this isn't committed.


More information about the ffmpeg-devel mailing list