summaryrefslogtreecommitdiff
path: root/libavcodec/motion_est.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/motion_est.h')
-rw-r--r--libavcodec/motion_est.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/motion_est.h b/libavcodec/motion_est.h
index d0950bf7e6..292bdc70e9 100644
--- a/libavcodec/motion_est.h
+++ b/libavcodec/motion_est.h
@@ -77,8 +77,8 @@ typedef struct MotionEstContext {
int ymax;
int pred_x;
int pred_y;
- uint8_t *src[4][4];
- uint8_t *ref[4][4];
+ const uint8_t *src[4][4];
+ const uint8_t *ref[4][4];
int stride;
int uvstride;
/* temp variables for picture complexity calculation */