]> git.sesse.net Git - ffmpeg/commit
sanm: Change type of array pitch parameters to ptrdiff_t
authorDiego Biurrun <diego@biurrun.de>
Fri, 26 Aug 2016 10:44:37 +0000 (12:44 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 4 Sep 2016 10:19:58 +0000 (12:19 +0200)
commit5b5ed92d92252a685e891a5d636870e223b63228
tree5f55682ab5ca952d7dbeffe6d32de8bbd32f70d8
parent73f5e17a203713c4ac4e5a821809823b383b195f
sanm: Change type of array pitch parameters to ptrdiff_t

ptrdiff_t is the correct type for array pitches and similar.
libavcodec/sanm.c