Add a comment.
[dcpomatic.git] / src / lib / audio_mapping.h
index 4ef5aedb144b8c86a4eab6cd7ef5196b6728e569..51ab0e1e52e560723d706a62357a08f83d840db1 100644 (file)
@@ -81,6 +81,7 @@ private:
 
        int _input_channels = 0;
        int _output_channels = 0;
+       /** Linear gains */
        std::vector<std::vector<float>> _gain;
 };