diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2005-11-28 01:53:20 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2005-11-28 01:53:20 +0000 |
| commit | 05eefccc9e20d520d173156ab5dffbcc90f4351f (patch) | |
| tree | bab321e8644583f143ab8b3f2ba2210f10a43c4e /lib/dvb/pmt.h | |
| parent | 5d4117d8e413629c17fee5c13589375a3f1cc2bd (diff) | |
| download | enigma2-05eefccc9e20d520d173156ab5dffbcc90f4351f.tar.gz enigma2-05eefccc9e20d520d173156ab5dffbcc90f4351f.zip | |
audio: add language display
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index a23abf1e..5f3d4777 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -93,7 +93,9 @@ public: int pid; enum { atMPEG, atAC3, atDTS }; int type; // mpeg2, ac3, dts, ... - // language code, ... + + int component_tag; + std::string language_code; /* iso-639, if available. */ }; struct program |
