summaryrefslogtreecommitdiff
path: root/silk/structs.h
diff options
context:
space:
mode:
authorTimothy B. Terriberry <tterribe@xiph.org>2014-10-03 21:49:57 -0700
committerTimothy B. Terriberry <tterribe@xiph.org>2014-10-03 21:49:57 -0700
commit554b349cdb50c15a227407d2845787e4c940651b (patch)
tree93280addec7da80814403c7a0352c19032bd1270 /silk/structs.h
parent020a0a48d5fdbfae76b2db26ad5d65c39efad6ad (diff)
downloadopus-554b349cdb50c15a227407d2845787e4c940651b.tar.gz
There are no tabs in source code.
There is also no trailing whitespace.
Diffstat (limited to 'silk/structs.h')
-rw-r--r--silk/structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/silk/structs.h b/silk/structs.h
index 1826b36a..827829dc 100644
--- a/silk/structs.h
+++ b/silk/structs.h
@@ -171,7 +171,7 @@ typedef struct {
opus_int32 pitchEstimationThreshold_Q16; /* Threshold for pitch estimator */
opus_int LTPQuantLowComplexity; /* Flag for low complexity LTP quantization */
opus_int mu_LTP_Q9; /* Rate-distortion tradeoff in LTP quantization */
- opus_int32 sum_log_gain_Q7; /* Cumulative max prediction gain */
+ opus_int32 sum_log_gain_Q7; /* Cumulative max prediction gain */
opus_int NLSF_MSVQ_Survivors; /* Number of survivors in NLSF MSVQ */
opus_int first_frame_after_reset; /* Flag for deactivating NLSF interpolation, pitch prediction */
opus_int controlled_since_last_payload; /* Flag for ensuring codec_control only runs once per packet */