mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-09-24 23:31:36 +08:00
obs-filters: Fix comment typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user