From ba9fb85168d004d7643dc02f911fd173a136758b Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 25 Sep 2020 22:51:18 +0200 Subject: Add NamedChannel and use it to hide the never-used channels when mapping into a DCP. --- src/lib/audio_processor.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/lib/audio_processor.h') diff --git a/src/lib/audio_processor.h b/src/lib/audio_processor.h index 78a3efb58..194c9bf0e 100644 --- a/src/lib/audio_processor.h +++ b/src/lib/audio_processor.h @@ -25,6 +25,7 @@ #ifndef DCPOMATIC_AUDIO_PROCESSOR_H #define DCPOMATIC_AUDIO_PROCESSOR_H +#include "types.h" #include #include #include @@ -58,7 +59,7 @@ public: /** Make the supplied audio mapping into a sensible default for this processor */ virtual void make_audio_mapping_default (AudioMapping& mapping) const = 0; /** @return the user-visible (translated) names of each of our inputs, in order */ - virtual std::vector input_names () const = 0; + virtual std::vector input_names () const = 0; static std::list all (); static std::list visible (); -- cgit v1.2.3