summaryrefslogtreecommitdiff
path: root/src/lib/film_state.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/film_state.h')
-rw-r--r--src/lib/film_state.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/lib/film_state.h b/src/lib/film_state.h
index 01bcdfd5c..ea287fb3b 100644
--- a/src/lib/film_state.h
+++ b/src/lib/film_state.h
@@ -103,6 +103,7 @@ public:
std::string directory;
/** Name for DVD-o-matic */
std::string name;
+ /** True if a auto-generated DCI-compliant name should be used for our DCP */
bool use_dci_name;
/** File or directory containing content; may be relative to our directory
* or an absolute path.
@@ -135,11 +136,13 @@ public:
int audio_delay;
/** Duration to make still-sourced films (in seconds) */
int still_duration;
+ /** True if subtitles should be shown for this film */
bool with_subtitles;
/** y offset for placing subtitles, in source pixels; +ve is further down
the frame, -ve is further up.
*/
int subtitle_offset;
+ /** scale factor to apply to subtitles */
float subtitle_scale;
/* DCI naming stuff */