From: Andre Noll Date: Fri, 1 Jun 2012 08:48:17 +0000 (+0200) Subject: Add documentation of two more fields of struct private_wmadec_data. X-Git-Tag: v0.4.11~17 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=1190dd2b8295190a68c25e62e1ace9b0f2a7eeb8 Add documentation of two more fields of struct private_wmadec_data. --- diff --git a/wmadec_filter.c b/wmadec_filter.c index 7d89d112..baff2a5f 100644 --- a/wmadec_filter.c +++ b/wmadec_filter.c @@ -71,7 +71,9 @@ struct private_wmadec_data { int use_exp_vlc; /** Whether perceptual noise is added. */ int use_noise_coding; + /** Depends on number of the bits per second and the frame length. */ int byte_offset_bits; + /** Only used if use_exp_vlc is true. */ struct vlc exp_vlc; int exponent_sizes[BLOCK_NB_SIZES]; uint16_t exponent_bands[BLOCK_NB_SIZES][25];