diff options
| author | Felix Domke <tmbinc@elitedvb.net> | 2007-08-24 23:59:26 +0000 |
|---|---|---|
| committer | Felix Domke <tmbinc@elitedvb.net> | 2007-08-24 23:59:26 +0000 |
| commit | 9a262588610fbdf0c7e8ad1c6fa393adcbc35399 (patch) | |
| tree | b8c6352a11111d36ce6bff08cc0ef0874ff9ea5f /lib/dvb/pmt.h | |
| parent | 14f09aa04196a575ad4c7f4a72a868abe02f0ef3 (diff) | |
| download | enigma2-9a262588610fbdf0c7e8ad1c6fa393adcbc35399.tar.gz enigma2-9a262588610fbdf0c7e8ad1c6fa393adcbc35399.zip | |
don't reorder audio streams, instead store thre default audio stream index in 'defaultAudioStream'
Diffstat (limited to 'lib/dvb/pmt.h')
| -rw-r--r-- | lib/dvb/pmt.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h index a0820c58..d1e28703 100644 --- a/lib/dvb/pmt.h +++ b/lib/dvb/pmt.h @@ -157,6 +157,7 @@ public: { std::vector<videoStream> videoStreams; std::vector<audioStream> audioStreams; + int defaultAudioStream; std::vector<subtitleStream> subtitleStreams; std::set<uint16_t> caids; int pcrPid; |
