summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-17 10:33:18 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-17 10:33:18 +0000
commitba6c93aab4cc43d62f6becc62485d982af7f4a3f (patch)
treea648a7ad00de1ea1f6ad23e4b0dde1aa9a849e75 /src/lib/film.h
parent652f8a1a84b2893c2e4d58c76b0d308e4b785241 (diff)
Comments.
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;