sunrastenc: remove dead store

Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Paul B Mahol 2012-03-22 03:36:27 +00:00 committed by Michael Niedermayer
parent ddbd0cedb0
commit f5463d5347
1 changed files with 0 additions and 1 deletions

View File

@ -84,7 +84,6 @@ static void sunrast_image_write_image(AVCodecContext *avctx,
uint8_t value, value2;
int run;
y = 0;
ptr = pixels;
#define GET_VALUE y >= avctx->height ? 0 : x >= len ? ptr[len-1] : ptr[x]