From: Carl Hetherington Date: Sat, 26 Jan 2019 22:41:39 +0000 (+0000) Subject: Add comment. X-Git-Tag: v2.13.110~6 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=0985598b244ec2b82714a422e5d8381a08c6da35 Add comment. --- diff --git a/src/lib/config.h b/src/lib/config.h index 70d8f9200..e3a34aed3 100644 --- a/src/lib/config.h +++ b/src/lib/config.h @@ -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 _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;