diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
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. */ |
