mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-17 22:05:38 -05:00
spa: add FLAC format
This commit is contained in:
parent
efbce802e4
commit
e535d4c6c4
6 changed files with 137 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ enum spa_media_subtype {
|
|||
SPA_MEDIA_SUBTYPE_amr,
|
||||
SPA_MEDIA_SUBTYPE_gsm,
|
||||
SPA_MEDIA_SUBTYPE_alac, /** since 0.3.65 */
|
||||
SPA_MEDIA_SUBTYPE_flac, /** 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