summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-04-22 14:29:08 +0100
committerCarl Hetherington <cth@carlh.net>2016-04-22 14:29:31 +0100
commit31f491c0f13d23506fd810f61982976a9a60e44d (patch)
tree76fad30419e4f75fabc5581bbcc988c9366bae0d /src/lib/film.h
parent8031edf0ce27b75727438e504128448b0884b426 (diff)
Select active channels on opening audio analysis (#802).
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index b8e31a420..4ad905758 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -154,6 +154,8 @@ public:
std::list<DCPTimePeriod> reels () const;
+ std::list<int> mapped_audio_channels () const;
+
/** Identifiers for the parts of our state;
used for signalling changes.
*/