spa: Fix iec958 docs

This commit is contained in:
Carlos Rafael Giani 2025-05-29 20:47:36 +02:00
parent 6f197484fc
commit cef14695b6

View file

@ -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 */
};