Don't fail to send a problem report if there's no ffprobe.log
[dcpomatic.git] / src / lib / upmixer_a.h
index 18569dcfadc957845aead7ca26a722c7214afa43..b357616ef0038e758b8ac0d6a17fccb1e4fe0c75 100644 (file)
 
 */
 
+
 /** @file  src/lib/upmixer_a.h
  *  @brief UpmixerA class.
  */
 
+
 #include "audio_processor.h"
 #include "audio_filter.h"
 
+
 /** @class UpmixerA
  *  @brief Stereo to 5.1 upmixer algorithm by GĂ©rald Maruccia.
  */
@@ -36,8 +39,8 @@ public:
        std::string name () const;
        std::string id () const;
        int out_channels () const;
-       boost::shared_ptr<AudioProcessor> clone (int) const;
-       boost::shared_ptr<AudioBuffers> run (boost::shared_ptr<const AudioBuffers>, int channels);
+       std::shared_ptr<AudioProcessor> clone (int) const;
+       std::shared_ptr<AudioBuffers> run (std::shared_ptr<const AudioBuffers>, int channels);
        void flush ();
        void make_audio_mapping_default (AudioMapping& mapping) const;
        std::vector<NamedChannel> input_names () const;