|
From: <lin...@us...> - 2002-10-10 07:44:50
|
Update of /cvsroot/dvbtools/dvbtune
In directory usw-pr-cvs1:/tmp/cvs-serv8669
Modified Files:
dvbtune.c
Log Message:
SI parsing bugfix from Stephen Davies
Index: dvbtune.c
===================================================================
RCS file: /cvsroot/dvbtools/dvbtune/dvbtune.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** dvbtune.c 9 Oct 2002 07:21:33 -0000 1.12
--- dvbtune.c 10 Oct 2002 07:44:45 -0000 1.13
***************
*** 586,589 ****
--- 586,590 ----
case 0x59:
+ j=0;
printf("<subtitling_descriptor tag=\"0x59\">\n");
while (j < descriptor_length) {
|