summaryrefslogtreecommitdiff
path: root/server/connectionVTP.h
diff options
context:
space:
mode:
authorschmirl <schmirl>2007-09-21 12:45:31 +0000
committerschmirl <schmirl>2007-09-21 12:45:31 +0000
commit713c0564b749da455290ccfa1dddc6676c104724 (patch)
treed58bec5ef914d195fc58a9a0e3dda67c90f0d412 /server/connectionVTP.h
parentd0385f5252ba5f5463028b848b7036413626cf42 (diff)
downloadvdr-plugin-streamdev-713c0564b749da455290ccfa1dddc6676c104724.tar.gz
vdr-plugin-streamdev-713c0564b749da455290ccfa1dddc6676c104724.tar.bz2
VTP now also supports PS, PES and EXTERN.
Request for PS by mpanczyk for MTPCenter (#341) Modified Files: server/connectionVTP.c server/connectionVTP.h
Diffstat (limited to 'server/connectionVTP.h')
-rw-r--r--server/connectionVTP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/connectionVTP.h b/server/connectionVTP.h
index fffff4f..aa9a90f 100644
--- a/server/connectionVTP.h
+++ b/server/connectionVTP.h
@@ -23,7 +23,7 @@ private:
cStreamdevFilterStreamer *m_FilterStreamer;
char *m_LastCommand;
- bool m_NoTSPIDS;
+ eStreamType m_StreamType;
// Members adopted for SVDRP
cRecordings Recordings;