diff options
| author | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-05-27 11:36:01 +0200 |
|---|---|---|
| committer | Fraxinas <andreas.frisch@multimedia-labs.de> | 2009-05-27 11:36:01 +0200 |
| commit | 51e789a04f758941668b095fd8b051db2ce58281 (patch) | |
| tree | 2880f280e7f1006f7df12508e3b871c54442d304 /lib/dvb/decoder.h | |
| parent | 8e60bdc64c73787b8e7955a6a99ad5afe4a071ef (diff) | |
| parent | 26a9b45a2a0e746739b8fa2ef339dbd716257a0c (diff) | |
| download | enigma2-51e789a04f758941668b095fd8b051db2ce58281.tar.gz enigma2-51e789a04f758941668b095fd8b051db2ce58281.zip | |
Merge branch 'master' of fraxinas@git.opendreambox.org:/git/enigma2
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 3bfc70cb..b53638b5 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 }; + enum { aMPEG, aAC3, aDTS, aAAC, aAACHE, aLPCM }; eDVBAudio(eDVBDemux *demux, int dev); enum { aMonoLeft, aStereo, aMonoRight }; void setChannel(int channel); |
