obs-filters: Fix comment typo

This commit is contained in:
Jim
2022-10-27 00:49:32 -07:00
parent 8d457718dc
commit 4cc06ebdaa
+1 -1
View File
@@ -358,7 +358,7 @@ static inline void process_sample(size_t idx, float *samples, float *env_buf,
float prev_gain = gain_db[idx - 1];
/* --------------------------------- */
/* ballastics (attack/release) */
/* ballistics (attack/release) */
if (idx > 0) {
if (gain > prev_gain)