diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-26 15:02:25 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2010-11-26 15:02:25 +0100 |
| commit | d98f00f0fdd8b95b819b17c1d4779610c657c198 (patch) | |
| tree | d23a9c8007eff9e0c268befe8f930f458ac2981a /lib/dvb/decoder.h | |
| parent | c4a0d51174feca310d0c45cc34be3c910a306228 (diff) | |
| parent | 070b9256befecb72bbdc7052aef61e5f2f0b9515 (diff) | |
| download | enigma2-d98f00f0fdd8b95b819b17c1d4779610c657c198.tar.gz enigma2-d98f00f0fdd8b95b819b17c1d4779610c657c198.zip | |
Merge branch 'bug_124_m2ts_support' into experimental
Conflicts:
lib/dvb/pmt.cpp
lib/service/Makefile.am
Diffstat (limited to 'lib/dvb/decoder.h')
| -rw-r--r-- | lib/dvb/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/decoder.h b/lib/dvb/decoder.h index 3a0fbac1..7610b654 100644 --- a/lib/dvb/decoder.h +++ b/lib/dvb/decoder.h @@ -13,7 +13,7 @@ private: ePtr<eDVBDemux> m_demux; int m_fd, m_fd_demux, m_dev, m_is_freezed; public: - enum { aMPEG, aAC3, aDTS, aAAC, aAACHE, aLPCM }; + enum { aMPEG, aAC3, aDTS, aAAC, aAACHE, aLPCM, aDTSHD }; eDVBAudio(eDVBDemux *demux, int dev); enum { aMonoLeft, aStereo, aMonoRight }; void setChannel(int channel); |
