summaryrefslogtreecommitdiff
path: root/src/smpte_subtitle_asset.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-06-08 10:17:35 +0100
committerCarl Hetherington <cth@carlh.net>2015-06-08 10:17:35 +0100
commit43515be4f21d92d66f28588bcd0dc93ee517d301 (patch)
tree165e1f458d331730e1b5e0de6bbdf772bf5ff9cb /src/smpte_subtitle_asset.h
parentf5f45d829527a439bca012c2cfa2104a735a58f1 (diff)
Expand read_smpte_subtitle_test somewhat.
Diffstat (limited to 'src/smpte_subtitle_asset.h')
-rw-r--r--src/smpte_subtitle_asset.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/smpte_subtitle_asset.h b/src/smpte_subtitle_asset.h
index c796e1d4..6df924aa 100644
--- a/src/smpte_subtitle_asset.h
+++ b/src/smpte_subtitle_asset.h
@@ -74,6 +74,10 @@ public:
return _issue_date;
}
+ boost::optional<int> reel_number () const {
+ return _reel_number;
+ }
+
Fraction edit_rate () const {
return _edit_rate;
}