diff --git a/libavcodec/tiff.c b/libavcodec/tiff.c
index 4fa54bb7b1a0e9166c3dcdbcee531fce5dc4bcea..41182d009190d7313dc1e97d728e185293d31725 100644
--- a/libavcodec/tiff.c
+++ b/libavcodec/tiff.c
@@ -335,7 +335,7 @@ static int tiff_decode_tag(TiffContext *s, uint8_t *start, uint8_t *buf, uint8_t
             return -1;
         }
         if(value == 2){
-            src = pic->data[0] + pic->linesize[0];
+            src = pic->data[0];
             stride = pic->linesize[0];
             soff = s->bpp >> 3;
             ssize = s->width * soff;