summaryrefslogtreecommitdiff
path: root/libavformat/grab.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/grab.c')
-rw-r--r--libavformat/grab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/grab.c b/libavformat/grab.c
index 565ab9620b..4e85772e5f 100644
--- a/libavformat/grab.c
+++ b/libavformat/grab.c
@@ -760,7 +760,7 @@ static int aiw_read_picture(VideoData *s, uint8_t *data)
movq_m2r(rounder,mm6);
pxor_r2r(mm7,mm7);
#else
- uint8_t *cm = cropTbl + MAX_NEG_CROP;
+ uint8_t *cm = ff_cropTbl + MAX_NEG_CROP;
#endif
/* read two fields and deinterlace them */