Update of /cvsroot/dvbtools/dvbtune
In directory usw-pr-cvs1:/tmp/cvs-serv24248
Modified Files:
xml2vdr.c
Log Message:
patch to accept DishNetwork XML
Index: xml2vdr.c
===================================================================
RCS file: /cvsroot/dvbtools/dvbtune/xml2vdr.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** xml2vdr.c 12 Jun 2002 21:48:39 -0000 1.2
--- xml2vdr.c 7 Jul 2002 10:29:26 -0000 1.3
***************
*** 225,229 ****
if (service_name[0]==0) strcpy(service_name,"no name");
! if ((ignore_service==0) && ((type==1) || (type==2))) { // TV or Radio
/* Only print service if at least 1 PID is non-zero */
if (((ca==0) || (fta==0)) && (((vpid!=0) || (n_apids>0) || (tpid!=0)))) {
--- 225,229 ----
if (service_name[0]==0) strcpy(service_name,"no name");
! if ((ignore_service==0) && ((type==1) || (type==2) || (type==155))) { // TV or Radio or DishNetwork TV
/* Only print service if at least 1 PID is non-zero */
if (((ca==0) || (fta==0)) && (((vpid!=0) || (n_apids>0) || (tpid!=0)))) {
|