Cleanup: improve some variable names.
[dcpomatic.git] / src / lib / audio_buffers.h
index 146d5bd3e2d8f88c260b3f7776d0104cd66d8c0b..1f0f5f28aa3d904b9fedb7d68220b6ef982c38f3 100644 (file)
@@ -72,7 +72,7 @@ public:
        void set_frames (int32_t f);
 
        void make_silent ();
-       void make_silent (int c);
+       void make_silent (int channel);
        void make_silent (int32_t from, int32_t frames);
 
        void apply_gain (float);