No-op: remove all trailing whitespace.
[dcpomatic.git] / src / lib / upmixer_a.h
index 9a927b0cff42b9fd9fef54bea20c9ab32a7074fd..389d52d2594362ea75e0b6132c844be0433d028c 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.
+ */
 class UpmixerA : public AudioProcessor
 {
 public:
        UpmixerA (int sampling_rate);
-       
+
        std::string name () const;
        std::string id () const;
        ChannelCount in_channels () const;