aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/pmt.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/pmt.h')
-rw-r--r--lib/dvb/pmt.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/pmt.h b/lib/dvb/pmt.h
index 4a506a41..40a226ef 100644
--- a/lib/dvb/pmt.h
+++ b/lib/dvb/pmt.h
@@ -191,7 +191,7 @@ public:
std::vector<audioStream> audioStreams;
int defaultAudioStream;
std::vector<subtitleStream> subtitleStreams;
- std::set<capid_pair> caids;
+ std::list<capid_pair> caids;
int pcrPid;
int pmtPid;
int textPid;