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.cc | |
| parent | 370d9dcda402a59ee27dfd06c12ff96ddd3c881e (diff) | |
Rename audio_output_names() -> audio_output_channel_names().
Diffstat (limited to 'src/lib/film.cc')
| -rw-r--r-- | src/lib/film.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/film.cc b/src/lib/film.cc index 4e16e47f2..58699743b 100644 --- a/src/lib/film.cc +++ b/src/lib/film.cc @@ -1882,7 +1882,7 @@ Film::should_be_enough_disk_space(double& required, double& available) const * this is either the DCP or a AudioProcessor. */ vector<NamedChannel> -Film::audio_output_names() const +Film::audio_output_channel_names() const { if (audio_processor()) { return audio_processor()->input_names(); |
