diff options
-rw-r--r-- | libavcodec/gifdec.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/gifdec.c b/libavcodec/gifdec.c index 90de38b2e5..9ba436e14c 100644 --- a/libavcodec/gifdec.c +++ b/libavcodec/gifdec.c @@ -282,7 +282,7 @@ static int gif_read_image(GifState *s, AVFrame *frame) break; } while (y1 >= height) { - y1 = 4 >> pass; + y1 = 4 >> pass; ptr = ptr1 + linesize * y1; pass++; } |