summaryrefslogtreecommitdiff
path: root/libavcodec/indeo3.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/indeo3.c')
-rw-r--r--libavcodec/indeo3.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/indeo3.c b/libavcodec/indeo3.c
index 90eb37150a..1cd57ae169 100644
--- a/libavcodec/indeo3.c
+++ b/libavcodec/indeo3.c
@@ -381,7 +381,7 @@ static void iv_Decode_Chunk(Indeo3DecodeContext *s,
} else if(cmd == 3) {
if(strip->usl7 == 0) {
strip->usl7 = 1;
- ref_vectors = buf2 + (*buf1 * 2);
+ ref_vectors = (signed char*)buf2 + (*buf1 * 2);
buf1++;
continue;
}