mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
spa: Fix iec958 docs
This commit is contained in:
parent
6f197484fc
commit
cef14695b6
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ enum spa_audio_iec958_codec {
|
|||
};
|
||||
|
||||
struct spa_audio_info_iec958 {
|
||||
enum spa_audio_iec958_codec codec; /*< format, one of the DSP formats in enum spa_audio_format_dsp */
|
||||
enum spa_audio_iec958_codec codec; /*< codec, one of the values in enum spa_audio_iec958_codec */
|
||||
uint32_t flags; /*< extra flags */
|
||||
uint32_t rate; /*< sample rate */
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue