Add NamedChannel and use it to hide the never-used channels
[dcpomatic.git] / src / lib / film.h
index 66bcce80628830db9d977a1c4dcd3b42ecb7da7e..887433bea2456b3f9b271ff386b423c7ec7622bf 100644 (file)
@@ -177,7 +177,7 @@ public:
 
        std::string subtitle_language () const;
 
-       std::vector<std::string> audio_output_names () const;
+       std::vector<NamedChannel> audio_output_names () const;
 
        void repeat_content (ContentList, int);