summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index faa7cf5ba..17bdd09eb 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -353,6 +353,7 @@ private:
bool _interop;
AudioProcessor const * _audio_processor;
ReelType _reel_type;
+ /** Desired reel length in bytes, if _reel_type == REELTYPE_BY_LENGTH */
int64_t _reel_length;
int _state_version;