Mercurial > hg > wm
comparison Meerwald/wang_common.c @ 8:f83ef905a63d
fixing many warnings
increase capacity for coordinates in bruyn
fix some uninit. variables
author | Peter Meerwald <pmeerw@cosy.sbg.ac.at> |
---|---|
date | Tue, 22 Apr 2008 13:36:05 +0200 |
parents | be303a3f5ea8 |
children | bd669312f068 |
comparison
equal
deleted
inserted
replaced
7:2b350281f8b0 | 8:f83ef905a63d |
---|---|
128 | 128 |
129 return -1; | 129 return -1; |
130 } | 130 } |
131 | 131 |
132 int select_subband_coeff(Subband_data subband) { | 132 int select_subband_coeff(Subband_data subband) { |
133 select_subband_coeff_from(subband, 0); | 133 return select_subband_coeff_from(subband, 0); |
134 } | 134 } |
135 | 135 |
136 void mark_subband_coeff(Subband_data subband, int coeff) { | 136 void mark_subband_coeff(Subband_data subband, int coeff) { |
137 subband->selected[0][coeff] = 1; | 137 subband->selected[0][coeff] = 1; |
138 } | 138 } |