mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 16:46:35 +01:00
leave a hint for clang scan-build
This commit is contained in:
parent
c6272812e2
commit
482bd4b51c
1 changed files with 2 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <assert.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
/* Lipshitz's minimally audible FIR, only really works for 46kHz-ish signals */
|
/* Lipshitz's minimally audible FIR, only really works for 46kHz-ish signals */
|
||||||
|
|
@ -197,6 +198,7 @@ inline static void gdither_innner_loop(const GDitherType dt,
|
||||||
break;
|
break;
|
||||||
case GDitherShaped:
|
case GDitherShaped:
|
||||||
/* Save raw value for error calculations */
|
/* Save raw value for error calculations */
|
||||||
|
assert (ss);
|
||||||
ideal = tmp;
|
ideal = tmp;
|
||||||
|
|
||||||
/* Run FIR and add white noise */
|
/* Run FIR and add white noise */
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue