avfilter_graph_parse frees inputs and outputs passed in, so we should not.
[dcpomatic.git] / src / lib / audio_content.h
index 540839d695241be94e769bb6e42218b4128e3d50..f4a537b300258339773bf5f70d54e05786665233 100644 (file)
@@ -33,6 +33,9 @@ namespace cxml {
 
 class AudioProcessor;
 
+/** @class AudioContentProperty
+ *  @brief Names for properties of AudioContent.
+ */
 class AudioContentProperty
 {
 public:
@@ -95,6 +98,8 @@ public:
                boost::mutex::scoped_lock lm (_mutex);
                return _audio_processor;
        }
+
+       std::string processing_description () const;
        
 private:
        /** Gain to apply to audio in dB */