summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/audiographer/private/gdither/gdither.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/audiographer/private/gdither/gdither.cc b/libs/audiographer/private/gdither/gdither.cc
index 98d31c44c2..8fa1ea6cd5 100644
--- a/libs/audiographer/private/gdither/gdither.cc
+++ b/libs/audiographer/private/gdither/gdither.cc
@@ -273,6 +273,7 @@ inline static void gdither_innner_loop_fp(const GDitherType dt,
ts[channel] = r;
break;
case GDitherShaped:
+ assert (ss);
/* Save raw value for error calculations */
ideal = tmp;