display results of a bounce in the region list
[ardour.git] / libs / ardour / gdither.cc
index 3cdd7ee89e2e7284365c9c9fd4ed49bf4dc808a6..ec6bfaa2ea3428784fb948fccf9d737568079ff5 100644 (file)
@@ -175,7 +175,7 @@ inline static void gdither_innner_loop(const GDitherType dt,
     const int clamp_l)
 {
     uint32_t pos, i;
-    u_int8_t *o8 = (u_int8_t*) y;
+    uint8_t *o8 = (uint8_t*) y;
     int16_t *o16 = (int16_t*) y;
     int32_t *o32 = (int32_t*) y;
     float tmp, r, ideal;