Add reel index/count to FilenameFormat.
authorCarl Hetherington <cth@carlh.net>
Fri, 29 Jul 2016 22:14:58 +0000 (23:14 +0100)
committerCarl Hetherington <cth@carlh.net>
Fri, 29 Jul 2016 22:14:58 +0000 (23:14 +0100)
src/filename_format.cc

index d1536c0837b827efaf3a79f6fc20fbbbdcfe9a3a..e169dbe37a0b93eefcd7d74d97e6e3180bc40a2a 100644 (file)
@@ -43,4 +43,8 @@ FilenameFormat::FilenameFormat (string specification)
        add ('t');
        /* unique ID */
        add ('i');
+       /* reel index */
+       add ('r');
+       /* reel count */
+       add ('n');
 }