[browser] add exception handling.
[vuplus_dvbapp] / lib / dvb / decoder.cpp
index 8c88a92..97cb99d 100644 (file)
@@ -203,6 +203,13 @@ int eDVBAudio::startPid(int pid, int type)
        case aLPCM:
                bypass = 6;
                break;
+       case aDTSHD:
+               bypass = 0x10;
+               break;
+        case aDDP:
+                bypass = 0x22;
+                break;
+
        }
 
        eDebugNoNewLine("AUDIO_SET_BYPASS(%d) - ", bypass);