Mailing List archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[linux-dvb] szap modification for allowing pid=0



  Hi,

it would be nice to have possibility to zap a radio stations too.
For that I simply ignore zero valued PID.

/Honza

--- szap.c.orig	Fri Aug  9 09:15:48 2002
+++ szap.c	Fri Aug  9 09:16:23 2002
@@ -100,6 +100,9 @@
 {
   struct dmxPesFilterParams pesfilter;

+  if (!pid)
+    return TRUE;
+
   pesfilter.pid = pid;
   pesfilter.input = DMX_IN_FRONTEND;
   pesfilter.output = DMX_OUT_DECODER;





-- 
Info:
To unsubscribe send a mail to listar@linuxtv.org with "unsubscribe linux-dvb" as subject.



Home | Main Index | Thread Index