summaryrefslogtreecommitdiff
path: root/recv.h
diff options
context:
space:
mode:
Diffstat (limited to 'recv.h')
-rw-r--r--recv.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/recv.h b/recv.h
index 8060a21..5920f6f 100644
--- a/recv.h
+++ b/recv.h
@@ -16,7 +16,7 @@
#include <vdr/recording.h>
#include "demux.h"
-#include "decoder.h"
+#include "streaminfo.h"
#include "audio.h"
#include "video.h"
#include "common.h"
@@ -66,13 +66,12 @@ private:
int LastIFrame();
MarkAdContext macontext;
- cMarkAdDecoder *decoder;
+ cMarkAdStreamInfo *streaminfo;
cMarkAdCommon *common;
cMarkAdAudio *audio;
cMarkAdVideo *video;
cMarkAdDemux *video_demux;
- cMarkAdDemux *mp2_demux;
cMarkAdDemux *ac3_demux;
void AddMark(MarkAdMark *mark, int Priority);