diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-07-06 23:21:57 +0200 |
|---|---|---|
| committer | cah <cth@carlh.net> | 2025-07-10 22:49:00 +0200 |
| commit | 5599e8ecd975b7fba5e551b1353c0b358fdf35b1 (patch) | |
| tree | 30960db97ee4460962a54a1e754edc3bc22b14cd /src/lib/film.h | |
| parent | 370d9dcda402a59ee27dfd06c12ff96ddd3c881e (diff) | |
Rename audio_output_names() -> audio_output_channel_names().
Diffstat (limited to 'src/lib/film.h')
| -rw-r--r-- | src/lib/film.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.h b/src/lib/film.h index 273e9776b..b14f182ce 100644 --- a/src/lib/film.h +++ b/src/lib/film.h @@ -163,7 +163,7 @@ public: return _state_version; } - std::vector<NamedChannel> audio_output_names() const; + std::vector<NamedChannel> audio_output_channel_names() const; std::string audio_output_name() const; void repeat_content(ContentList, int); |
