summaryrefslogtreecommitdiff
path: root/libavcodec/alpha/idctdsp_alpha.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/alpha/idctdsp_alpha.h')
-rw-r--r--libavcodec/alpha/idctdsp_alpha.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/alpha/idctdsp_alpha.h b/libavcodec/alpha/idctdsp_alpha.h
index e52cd80047..bf984950f2 100644
--- a/libavcodec/alpha/idctdsp_alpha.h
+++ b/libavcodec/alpha/idctdsp_alpha.h
@@ -23,9 +23,9 @@
#include <stdint.h>
extern void (*put_pixels_clamped_axp_p)(const int16_t *block, uint8_t *pixels,
- int line_size);
+ ptrdiff_t line_size);
extern void (*add_pixels_clamped_axp_p)(const int16_t *block, uint8_t *pixels,
- int line_size);
+ ptrdiff_t line_size);
void ff_simple_idct_axp(int16_t *block);
void ff_simple_idct_put_axp(uint8_t *dest, int line_size, int16_t *block);