From 1190dd2b8295190a68c25e62e1ace9b0f2a7eeb8 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 1 Jun 2012 10:48:17 +0200 Subject: [PATCH 1/1] Add documentation of two more fields of struct private_wmadec_data. --- wmadec_filter.c | 2 ++ 1 file changed, 2 insertions(+) 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]; -- 2.39.2