diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-23 13:01:04 +0200 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-04-23 13:01:04 +0200 |
| commit | 556d6244747ea2b4b3590e682948e9f708b0a069 (patch) | |
| tree | d978475519d4b075c5b13547547041ea12225fef /lib/dvb/db.h | |
| parent | 41c9e42e428c0216ef2e011985c060f79fcf8ebc (diff) | |
| download | enigma2-556d6244747ea2b4b3590e682948e9f708b0a069.tar.gz enigma2-556d6244747ea2b4b3590e682948e9f708b0a069.zip | |
Add service flags and pid cache to recordings meta file. This adds possibility to playback services without pat/pmt, now also current selected audio pid, subtitles, pcm/ac3 delays are stored for ts playbacks
Diffstat (limited to 'lib/dvb/db.h')
| -rw-r--r-- | lib/dvb/db.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/db.h b/lib/dvb/db.h index 11fb1ab1..098ee03e 100644 --- a/lib/dvb/db.h +++ b/lib/dvb/db.h @@ -70,6 +70,7 @@ public: void saveServicelist(); void saveServicelist(const char *file); void reloadBouquets(); + void parseServiceData(ePtr<eDVBService> s, std::string str); }; #ifndef SWIG |
