diff options
Diffstat (limited to 'sound/rate.h')
| -rw-r--r-- | sound/rate.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/rate.h b/sound/rate.h index 67224b2377..c693a165bd 100644 --- a/sound/rate.h +++ b/sound/rate.h @@ -62,7 +62,7 @@ class RateConverter { public: RateConverter() {} virtual ~RateConverter() {} - virtual int flow(AudioInputStream &input, st_sample_t *obuf, st_size_t osamp, st_volume_t vol) = 0; + virtual int flow(AudioInputStream &input, st_sample_t *obuf, st_size_t osamp, st_volume_t vol, byte vol_p, int8 pan) = 0; virtual int drain(st_sample_t *obuf, st_size_t osamp, st_volume_t vol) = 0; }; |
