Add comment.
[dcpomatic.git] / src / lib / config.h
index 70d8f92008ba6fc3735476251da4ba82ced068bc..e3a34aed3787f0eebc5d40b81fdc2c74725b54ef 100644 (file)
@@ -1128,6 +1128,7 @@ private:
        std::string _tms_password;
        /** Our cinema sound processor */
        CinemaSoundProcessor const * _cinema_sound_processor;
+       /** The list of possible DCP frame rates that DCP-o-matic will use */
        std::list<int> _allowed_dcp_frame_rates;
        /** Allow any video frame rate for the DCP; if true, overrides _allowed_dcp_frame_rates */
        bool _allow_any_dcp_frame_rate;