]> git.alsa-project.org Git - alsa-plugins.git/commit
Fix wrong implementation of input/output_frames in samplerate plugin
authorTakashi Iwai <tiwai@suse.de>
Thu, 22 Feb 2007 11:32:02 +0000 (12:32 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 22 Feb 2007 11:32:02 +0000 (12:32 +0100)
commitee123ac93ea59d11e7d3c48aed9cf88d1a5de431
tree075b520ca19bce5aa2badd86550de7dec0ec23dd
parent9481014305ab8f8e1ba07749c0b7f68ec4b99e56
Fix wrong implementation of input/output_frames in samplerate plugin

The libsamplerate rate plugin has wrong implementations of input_frames
and output_frames callbacks.  They have to be swapped.

From: Jean-Marc Valin <jean-marc.valin@usherbrooke.ca>
rate/rate_samplerate.c