diff options
Diffstat (limited to 'libavcodec/avdct.h')
-rw-r--r-- | libavcodec/avdct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avdct.h b/libavcodec/avdct.h index 4190203c24..380efe1b25 100644 --- a/libavcodec/avdct.h +++ b/libavcodec/avdct.h @@ -64,7 +64,7 @@ typedef struct AVDCT { void (*get_pixels)(int16_t *block /* align 16 */, const uint8_t *pixels /* align 8 */, - int line_size); + ptrdiff_t line_size); } AVDCT; /** |