ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-DVB/eg/extract-si
(Generate patch)

Comparing Linux-DVB/eg/extract-si (file contents):
Revision 1.4 by root, Sun Apr 3 02:16:05 2005 UTC vs.
Revision 1.5 by root, Tue Apr 5 03:42:21 2005 UTC

7# and scan pids and decode si info. 7# and scan pids and decode si info.
8 8
9my $PID = 18; # epg data and more 9my $PID = 18; # epg data and more
10 10
11use Event; 11use Event;
12use Fcntl;
12use Linux::DVB; 13use Linux::DVB;
13 14
14use Data::Dumper; 15use Data::Dumper;
15 16
16my $sniff_only = 1; # set to zero to actively tune to a channel 17my $sniff_only = 1; # set to zero to actively tune to a channel

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines