diff options
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 8d7d2e0fb..6008160cd 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -48,6 +48,7 @@ class Playlist; class AudioContent; class Screen; class AudioProcessor; +class AudioMapping; struct isdcf_name_test; /** @class Film @@ -137,6 +138,9 @@ public: std::string subtitle_language () const; + void make_audio_mapping_default (AudioMapping & mapping) const; + std::vector<std::string> audio_output_names () const; + /** Identifiers for the parts of our state; used for signalling changes. */ |
