]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/msrledec.c
Merge commit '3c04ec04df8cba12f3a7408709ff5c1fddfe8d82'
[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;