mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
spa: Minor documentation copy-pasto fix
This commit is contained in:
parent
6207d98ff1
commit
134a20c3c5
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ extern "C" {
|
||||||
#include <spa/param/audio/raw.h>
|
#include <spa/param/audio/raw.h>
|
||||||
|
|
||||||
struct spa_audio_info_dsp {
|
struct spa_audio_info_dsp {
|
||||||
enum spa_audio_format format; /*< format, one of the DSP formats in enum spa_audio_format_dsp */
|
enum spa_audio_format format; /*< format, one of the DSP formats in enum spa_audio_format */
|
||||||
};
|
};
|
||||||
|
|
||||||
#define SPA_AUDIO_INFO_DSP_INIT(...) ((struct spa_audio_info_dsp) { __VA_ARGS__ })
|
#define SPA_AUDIO_INFO_DSP_INIT(...) ((struct spa_audio_info_dsp) { __VA_ARGS__ })
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue