[linux-dvb] hdtv scanning
matthieu castet
castet.matthieu at free.fr
Sat Nov 4 16:03:32 CET 2006
Hi,
Does somebody know why "scan" dvb-util or vdr failed to parse video pid
of hdtv stream ?
Why a patch like the attached one couldn't be added ?
Matthieu
-------------- next part --------------
--- scan.c.old 2006-11-04 16:07:13.000000000 +0100
+++ scan.c 2006-11-04 16:07:26.000000000 +0100
@@ -755,6 +755,7 @@
switch (buf[0]) {
case 0x01:
case 0x02:
+ case 0x1b:
moreverbose(" VIDEO : PID 0x%04x\n", elementary_pid);
if (s->video_pid == 0)
s->video_pid = elementary_pid;
More information about the linux-dvb
mailing list