diff options
Diffstat (limited to 'apps/codecs/libwavpack/wavpack.h')
-rw-r--r-- | apps/codecs/libwavpack/wavpack.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libwavpack/wavpack.h b/apps/codecs/libwavpack/wavpack.h index ee7c969b4c..b15a176f33 100644 --- a/apps/codecs/libwavpack/wavpack.h +++ b/apps/codecs/libwavpack/wavpack.h | |||
@@ -205,6 +205,7 @@ typedef struct { | |||
205 | 205 | ||
206 | int num_terms, mute_error; | 206 | int num_terms, mute_error; |
207 | uint32_t sample_index, crc; | 207 | uint32_t sample_index, crc; |
208 | int32_t block_bytes_left; | ||
208 | 209 | ||
209 | uchar int32_sent_bits, int32_zeros, int32_ones, int32_dups; | 210 | uchar int32_sent_bits, int32_zeros, int32_ones, int32_dups; |
210 | uchar float_flags, float_shift, float_max_exp, float_norm_exp; | 211 | uchar float_flags, float_shift, float_max_exp, float_norm_exp; |