diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-01-26 22:41:39 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-01-26 22:41:39 +0000 |
| commit | 0985598b244ec2b82714a422e5d8381a08c6da35 (patch) | |
| tree | 1a9b8f8347953460f51827ea95903ce577ee9db8 | |
| parent | b2b0b98acc55f556ab995b27289028519b8f4a30 (diff) | |
Add comment.
| -rw-r--r-- | src/lib/config.h | 1 |
1 files changed, 1 insertions, 0 deletions
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<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; |
