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
--- 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;
_______________________________________________
linux-dvb mailing list
linux-dvb@linuxtv.org
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to