mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
Fix typos
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net>
This commit is contained in:
parent
36ebbfa71c
commit
85b136d8ce
8 changed files with 9 additions and 9 deletions
|
|
@ -15,7 +15,7 @@ extern "C" {
|
|||
* are stored in x1 and x2, and the previous two outputs are stored in y1 and
|
||||
* y2.
|
||||
*
|
||||
* We use double during the coefficients calculation for better accurary, but
|
||||
* We use double during the coefficients calculation for better accuracy, but
|
||||
* float is used during the actual filtering for faster computation.
|
||||
*/
|
||||
struct biquad {
|
||||
|
|
|
|||
|
|
@ -894,7 +894,7 @@ impl_init(const struct spa_handle_factory *factory,
|
|||
|
||||
#if 0
|
||||
this->hnd_convert = SPA_MEMBER(this, sizeof(struct impl), struct spa_handle);
|
||||
spa_handle_factory_init(&spa_videooconvert_factory,
|
||||
spa_handle_factory_init(&spa_videoconvert_factory,
|
||||
this->hnd_convert,
|
||||
info, support, n_support);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue