libspark/audio: add EAC3 support

Origin commit data
------------------
Branch: master
Commit: 42bf8cb685
Author: martii <m4rtii@gmx.de>
Date: 2013-10-29 (Tue, 29 Oct 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-10-29 21:47:18 +01:00
parent b586bbd8ae
commit 15f9d3939e

View File

@@ -170,6 +170,7 @@ void cAudio::SetStreamType(AUDIO_FORMAT type)
switch (type) switch (type)
{ {
case AUDIO_FMT_DD_PLUS:
case AUDIO_FMT_DOLBY_DIGITAL: case AUDIO_FMT_DOLBY_DIGITAL:
bypass = AUDIO_STREAMTYPE_AC3; bypass = AUDIO_STREAMTYPE_AC3;
break; break;