Various little cleanups, many of them from a clang static analysis

This commit is contained in:
Steve Underwood
2014-05-02 23:32:33 +08:00
parent 317f4b1442
commit 28a9a40e37
75 changed files with 646 additions and 499 deletions

View File

@@ -899,7 +899,6 @@ static int get_next_row(t4_t6_encode_state_t *s)
if (s->row_bits < 0 || s->row_read_handler == NULL)
return -1;
len = -1;
s->bitstream_iptr = 0;
s->bitstream_optr = 0;
s->bit_pos = 7;