comparison qtrleenc.c @ 9593:b8140a218b1d libavcodec

Remove dead assignments found by CSA
author banan
date Sun, 03 May 2009 09:32:40 +0000
parents 7b81aa80ec46
children 9447a746f2cb
comparison
equal deleted inserted replaced
9592:05661d19f6d2 9593:b8140a218b1d
198 /* We do a special case for the first pixel so that we avoid testing it in 198 /* We do a special case for the first pixel so that we avoid testing it in
199 * the whole loop */ 199 * the whole loop */
200 200
201 i=0; 201 i=0;
202 this_line = p-> data[0] + line*p->linesize[0]; 202 this_line = p-> data[0] + line*p->linesize[0];
203 prev_line = s->previous_frame.data[0] + line*p->linesize[0];
204 203
205 if (s->rlecode_table[0] == 0) { 204 if (s->rlecode_table[0] == 0) {
206 bytestream_put_byte(buf, s->skip_table[0] + 1); 205 bytestream_put_byte(buf, s->skip_table[0] + 1);
207 i += s->skip_table[0]; 206 i += s->skip_table[0];
208 } 207 }