summaryrefslogtreecommitdiff
path: root/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'audio.h')
-rw-r--r--audio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/audio.h b/audio.h
index dd1f9f5..8a7c318 100644
--- a/audio.h
+++ b/audio.h
@@ -37,7 +37,7 @@ public:
protected:
virtual void Action(void);
- void SetCodec(cAudioCodec::eCodec codec, unsigned int &channels);
+ void SetCodec(cAudioCodec::eCodec codec, unsigned int &channels, unsigned int samplingRate);
struct Codec
{