spa: add alaw and ulaw defines

Add alaw and ulaw as raw formats.
This commit is contained in:
Wim Taymans 2021-08-17 17:31:03 +02:00
parent fd82da938a
commit d0d7f2f20b
2 changed files with 6 additions and 0 deletions

View file

@ -93,6 +93,9 @@ enum spa_audio_format {
/* other formats start here */
SPA_AUDIO_FORMAT_START_Other = 0x400,
SPA_AUDIO_FORMAT_ULAW,
SPA_AUDIO_FORMAT_ALAW,
/* Aliases */
/* DSP formats */