]> git.sesse.net Git - ffmpeg/commit
error_resilience: Change type of array stride parameters to ptrdiff_t
authorDiego Biurrun <diego@biurrun.de>
Thu, 1 Sep 2016 18:45:41 +0000 (20:45 +0200)
committerDiego Biurrun <diego@biurrun.de>
Wed, 7 Sep 2016 09:30:17 +0000 (11:30 +0200)
commit6b52762951fa138eef59e2628dabb389e0500e40
tree7c078b281eaa674c55cc5b25d45ff0a951e0a27a
parentec903058447ad5be34d89533962e9ae1aa1c78f7
error_resilience: Change type of array stride parameters to ptrdiff_t

ptrdiff_t is the correct type for array strides and similar.
libavcodec/error_resilience.c
libavcodec/error_resilience.h