diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-16 14:31:31 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2011-02-16 14:31:31 +0100 |
| commit | dec9693d8437a31dab8e4010b33b57e1476a315c (patch) | |
| tree | f4877973363fee5c1b381f83bd1fd51d1cc472ce /lib/dvb/decoder.cpp | |
| parent | cdb8a973f09efb2d42875d7854edba9a411719ff (diff) | |
| parent | 266b7db4f7e4a369206551e62df43e9a29edbeff (diff) | |
| download | enigma2-dec9693d8437a31dab8e4010b33b57e1476a315c.tar.gz enigma2-dec9693d8437a31dab8e4010b33b57e1476a315c.zip | |
Merge branch 'bug_124_m2ts_support'
Conflicts:
lib/dvb/pmt.cpp
lib/service/Makefile.am
Diffstat (limited to 'lib/dvb/decoder.cpp')
| -rw-r--r-- | lib/dvb/decoder.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/dvb/decoder.cpp b/lib/dvb/decoder.cpp index 88cd3ee1..8ed9f43f 100644 --- a/lib/dvb/decoder.cpp +++ b/lib/dvb/decoder.cpp @@ -203,6 +203,9 @@ int eDVBAudio::startPid(int pid, int type) case aLPCM: bypass = 6; break; + case aDTSHD: + bypass = 0x10; + break; } eDebugNoNewLine("AUDIO_SET_BYPASS(%d) - ", bypass); |
