From 0985598b244ec2b82714a422e5d8381a08c6da35 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 26 Jan 2019 22:41:39 +0000 Subject: [PATCH] Add comment. --- src/lib/config.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.30.2