]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/msrledec.c
Merge commit 'bb428e00ac158244d6691bf135be404e85b66a8b'
[ffmpeg] / libavcodec / msrledec.c
index c738198f2c473d4808962700014b35d97965c2d5..9d05bc8fc5b678b04e666bda4414d1cb92038490 100644 (file)
@@ -36,7 +36,7 @@ static int msrle_decode_pal4(AVCodecContext *avctx, AVPicture *pic,
     unsigned char rle_code;
     unsigned char extra_byte, odd_pixel;
     unsigned char stream_byte;
-    unsigned int pixel_ptr = 0;
+    int pixel_ptr = 0;
     int line = avctx->height - 1;
     int i;