summaryrefslogtreecommitdiffstats
path: root/libavcodec/avdct.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/avdct.h')
-rw-r--r--libavcodec/avdct.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avdct.h b/libavcodec/avdct.h
index 4190203..380efe1 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;
/**
OpenPOWER on IntegriCloud