From bd51e92e2946ea5015a829ecde72dfed9b14fab9 Mon Sep 17 00:00:00 2001 From: rjkm Date: Sat, 2 Aug 2025 19:43:11 +0200 Subject: [PATCH] copy raw stream to all active filters --- dvb-core/dvb_demux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dvb-core/dvb_demux.c b/dvb-core/dvb_demux.c index 50f9dad..de9a792 100644 --- a/dvb-core/dvb_demux.c +++ b/dvb-core/dvb_demux.c @@ -619,7 +619,7 @@ void dvb_dmx_swfilter_raw(struct dvb_demux *demux, const u8 *buf, size_t count) spin_lock_irqsave(&demux->lock, flags); -#if 1 +#if 0 demux->feed->cb.ts(buf, count, NULL, 0, &demux->feed->feed.ts, &demux->feed->buffer_flags); #else