summaryrefslogtreecommitdiff
path: root/src/lib/film_property.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2023-12-19 12:45:38 +0100
committerCarl Hetherington <cth@carlh.net>2024-03-12 23:41:00 +0100
commit521424e747dced3ade9600fc62c48526e199ef16 (patch)
tree5855a0b0a522bce947b7db6d7bc7e192ca5b6ea7 /src/lib/film_property.h
parent4fa9f7e81789b44e5e61b01e4c5352a616d9ae6d (diff)
Add custom reels option to Film.
Diffstat (limited to 'src/lib/film_property.h')
-rw-r--r--src/lib/film_property.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film_property.h b/src/lib/film_property.h
index c23297965..0841caa5c 100644
--- a/src/lib/film_property.h
+++ b/src/lib/film_property.h
@@ -51,6 +51,7 @@ enum class FilmProperty {
AUDIO_PROCESSOR,
REEL_TYPE,
REEL_LENGTH,
+ CUSTOM_REEL_BOUNDARIES,
REENCODE_J2K,
MARKERS,
RATINGS,