mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-17 22:05:38 -05:00
spa: add ALAC format
This commit is contained in:
parent
603c28223b
commit
efbce802e4
6 changed files with 137 additions and 0 deletions
|
|
@ -68,6 +68,7 @@ enum spa_media_subtype {
|
|||
SPA_MEDIA_SUBTYPE_g729,
|
||||
SPA_MEDIA_SUBTYPE_amr,
|
||||
SPA_MEDIA_SUBTYPE_gsm,
|
||||
SPA_MEDIA_SUBTYPE_alac, /** since 0.3.65 */
|
||||
|
||||
SPA_MEDIA_SUBTYPE_START_Video = 0x20000,
|
||||
SPA_MEDIA_SUBTYPE_h264,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue