diff options
Diffstat (limited to 'src/lib/upmixer_a.h')
| -rw-r--r-- | src/lib/upmixer_a.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/upmixer_a.h b/src/lib/upmixer_a.h index 389d52d25..a25c3a329 100644 --- a/src/lib/upmixer_a.h +++ b/src/lib/upmixer_a.h @@ -37,7 +37,7 @@ public: ChannelCount in_channels () const; int out_channels () const; boost::shared_ptr<AudioProcessor> clone (int) const; - boost::shared_ptr<AudioBuffers> run (boost::shared_ptr<const AudioBuffers>); + boost::shared_ptr<AudioBuffers> run (boost::shared_ptr<const AudioBuffers>, int channels); void flush (); void make_audio_mapping_default (AudioMapping& mapping) const; std::vector<std::string> input_names () const; |
