Put libraries into Frameworks rather than lib to make Gatekeeper happy.
[dcpomatic.git] / src / lib / audio_decoder.h
index 69655cceb32b8d654db6d3cd33f143d5d1817a65..d422503a78b4a643afee95493ff2c3a6a09ec85d 100644 (file)
@@ -60,7 +60,9 @@ private:
        void silence (int milliseconds);
 
        boost::shared_ptr<const AudioContent> _content;
-       /** Frame after the last one that was emitted from Data for each AudioStream */
+       /** Frame after the last one that was emitted from Data (i.e. at the resampled rate, if applicable)
+        *  for each AudioStream.
+        */
        std::map<AudioStreamPtr, Frame> _positions;
        std::map<AudioStreamPtr, boost::shared_ptr<Resampler> > _resamplers;