mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-06 14:15:29 +01:00
avcodec/lpc: use ptrdiff_t for length parameters
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -38,7 +38,7 @@ static void test_window(int len)
|
||||
LOCAL_ALIGNED(16, double, dst0, [5000]);
|
||||
LOCAL_ALIGNED(16, double, dst1, [5000]);
|
||||
|
||||
declare_func(void, int32_t *in, int len, double *out);
|
||||
declare_func(void, const int32_t *in, ptrdiff_t len, double *out);
|
||||
|
||||
randomize_int32(src, len);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user