summaryrefslogtreecommitdiff
path: root/ffmpeg/libavcodec/cavs.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libavcodec/cavs.h')
-rw-r--r--ffmpeg/libavcodec/cavs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffmpeg/libavcodec/cavs.h b/ffmpeg/libavcodec/cavs.h
index b0cdb8f..f3c05dc 100644
--- a/ffmpeg/libavcodec/cavs.h
+++ b/ffmpeg/libavcodec/cavs.h
@@ -210,7 +210,7 @@ typedef struct AVSContext {
6: A3 X2 X3 */
int pred_mode_Y[3*3];
int *top_pred_Y;
- int l_stride, c_stride;
+ ptrdiff_t l_stride, c_stride;
int luma_scan[4];
int qp;
int qp_fixed;