diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-18 04:33:28 +0100 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2021-03-19 04:19:53 +0100 |
commit | e8c0bca6bd7900c5dac82fd79afce6cc771be578 (patch) | |
tree | 2b7a037e7c834f714cceb1c22a0fc75b9498e35c /libavfilter/af_replaygain.c | |
parent | a46d7819051e0e8c61017e75a0389389ae810ca4 (diff) | |
download | ffmpeg-e8c0bca6bd7900c5dac82fd79afce6cc771be578.tar.gz |
avutil/adler32: Switch av_adler32_update() to size_t on bump
av_adler32_update() is used by av_hash_update() which will be switched
to size_t at the next bump. So it also has to be made to use size_t.
This is also necessary for framecrcenc.c, because the size of side data
will become a size_t, too.
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'libavfilter/af_replaygain.c')
0 files changed, 0 insertions, 0 deletions