diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index b8a824233..eb199784e 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -458,7 +458,7 @@ private: /** Size, in pixels, of the source (ignoring cropping) */ Size _size; - /** Actual length of the source (in video frames) from examining it */ + /** The length of the source, in video frames (as far as we know) */ boost::optional<SourceFrame> _length; /** MD5 digest of our content file */ std::string _content_digest; |
