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

2021-03-10 Thread James Almer
On 3/10/2021 6:28 PM, Andreas Rheinhardt wrote: James Almer: On 3/10/2021 4:38 PM, Michael Niedermayer wrote: On Sat, Mar 06, 2021 at 04:42:35PM -0300, James Almer wrote: Signed-off-by: James Almer --- Changes since v2 is the addition of the buffer_size_t typedef to reduce the amount of

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

2021-03-10 Thread Andreas Rheinhardt
James Almer: > On 3/10/2021 4:38 PM, Michael Niedermayer wrote: >> On Sat, Mar 06, 2021 at 04:42:35PM -0300, James Almer wrote: >>> Signed-off-by: James Almer >>> --- >>> Changes since v2 is the addition of the buffer_size_t typedef to >>> reduce the >>> amount of ifdeffery required to adapt our

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

2021-03-10 Thread James Almer
On 3/10/2021 4:38 PM, Michael Niedermayer wrote: On Sat, Mar 06, 2021 at 04:42:35PM -0300, James Almer wrote: Signed-off-by: James Almer --- Changes since v2 is the addition of the buffer_size_t typedef to reduce the amount of ifdeffery required to adapt our code. doc/APIchanges

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

2021-03-10 Thread Michael Niedermayer
On Sat, Mar 06, 2021 at 04:42:35PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > Changes since v2 is the addition of the buffer_size_t typedef to reduce the > amount of ifdeffery required to adapt our code. > > doc/APIchanges | 4 > libavutil/buffer.c

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

2021-03-06 Thread James Almer
Signed-off-by: James Almer --- Changes since v2 is the addition of the buffer_size_t typedef to reduce the amount of ifdeffery required to adapt our code. doc/APIchanges | 4 libavutil/buffer.c | 14 +++--- libavutil/buffer.h | 32