mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-06 13:29:56 -05:00
format: Add support for Dolby TrueHD and DTS-HD HBR passthrough
Add definitions and fixups for channel count Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
This commit is contained in:
parent
47ed9ae1f4
commit
cdeac17801
3 changed files with 15 additions and 1 deletions
|
|
@ -47,6 +47,8 @@ static const char* const _encoding_str_table[]= {
|
|||
[PA_ENCODING_MPEG_IEC61937] = "mpeg-iec61937",
|
||||
[PA_ENCODING_DTS_IEC61937] = "dts-iec61937",
|
||||
[PA_ENCODING_MPEG2_AAC_IEC61937] = "mpeg2-aac-iec61937",
|
||||
[PA_ENCODING_TRUEHD_IEC61937] = "truehd-iec61937",
|
||||
[PA_ENCODING_DTSHD_IEC61937] = "dtshd-iec61937",
|
||||
[PA_ENCODING_ANY] = "any",
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue