Comments.
authorCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 10:33:18 +0000 (10:33 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 17 Nov 2015 10:33:18 +0000 (10:33 +0000)
src/lib/film.cc
src/lib/film.h

index e14d3a488080899d6eb01f1f89f12000e393bfd3..b27a0b0e481260ca96c2e8e6a4a95b1a697954b3 100644 (file)
@@ -831,6 +831,7 @@ Film::set_reel_type (ReelType t)
        signal_changed (REEL_TYPE);
 }
 
+/** @param r Desired reel length in bytes */
 void
 Film::set_reel_length (int64_t r)
 {
index faa7cf5baf366f23620ab43234412415cb2a017a..17bdd09ebc35aaeaf0b9670d75d89736535d7cfc 100644 (file)
@@ -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;