summaryrefslogtreecommitdiff
path: root/src/lib/film.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-07-06 23:21:03 +0200
committercah <cth@carlh.net>2025-07-10 22:49:00 +0200
commit370d9dcda402a59ee27dfd06c12ff96ddd3c881e (patch)
tree2f4b5c303841e4dd4518eafb85ad0d53d5577b11 /src/lib/film.h
parent82ec497e1cd3574e3f589abb898c440f5506f14b (diff)
Mention audio processor in the audio matrix.
Diffstat (limited to 'src/lib/film.h')
-rw-r--r--src/lib/film.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/film.h b/src/lib/film.h
index 1af21849e..273e9776b 100644
--- a/src/lib/film.h
+++ b/src/lib/film.h
@@ -164,6 +164,7 @@ public:
}
std::vector<NamedChannel> audio_output_names() const;
+ std::string audio_output_name() const;
void repeat_content(ContentList, int);