diff options
| author | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-01 14:33:57 +0000 |
|---|---|---|
| committer | Andreas Monzner <andreas.monzner@multimedia-labs.de> | 2006-11-01 14:33:57 +0000 |
| commit | 95c570d26ce81e3dd1e0610ff6c5c0b34d75ba5a (patch) | |
| tree | ceaecf5c729fdcda66120b62d96adcbdf0994522 /lib/dvb | |
| parent | c2502ea9d3d2886882e8fd27912e416bfc933567 (diff) | |
| download | enigma2-95c570d26ce81e3dd1e0610ff6c5c0b34d75ba5a.tar.gz enigma2-95c570d26ce81e3dd1e0610ff6c5c0b34d75ba5a.zip | |
store subtitle data in service cache and reenable subtitles on next zap to
the same service
Diffstat (limited to 'lib/dvb')
| -rw-r--r-- | lib/dvb/idvb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/idvb.h b/lib/dvb/idvb.h index 46d3e5d6..1f8aebda 100644 --- a/lib/dvb/idvb.h +++ b/lib/dvb/idvb.h @@ -235,7 +235,8 @@ public: enum cacheID { cVPID, cAPID, cTPID, cPCRPID, cAC3PID, - cVTYPE, cACHANNEL, cAC3DELAY, cPCMDELAY, cacheMax + cVTYPE, cACHANNEL, cAC3DELAY, cPCMDELAY, + cSUBTITLE, cacheMax }; int getCacheEntry(cacheID); |
