ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Linux-DVB/DVB.pm
(Generate patch)

Comparing Linux-DVB/DVB.pm (file contents):
Revision 1.10 by root, Tue Apr 12 01:22:04 2005 UTC vs.
Revision 1.11 by root, Wed May 17 15:46:26 2006 UTC

134 fec_inner => 134 fec_inner =>
135 135
136QAM frontends: 136QAM frontends:
137 137
138 symbol_rate => 138 symbol_rate =>
139 fec_inner =>
140 modulation => 139 modulation =>
141 140
142QFDM frontends: 141QFDM frontends:
143 142
144 bandwidth => 143 bandwidth =>
165 164
166 { 165 {
167 frequency => 426000000, # 426 Mhz 166 frequency => 426000000, # 426 Mhz
168 inversion => 0, # INVERSION_OFF 167 inversion => 0, # INVERSION_OFF
169 symbol_rate => 6900000, # 6.9 MB/s 168 symbol_rate => 6900000, # 6.9 MB/s
170 fec_inner => 0, # FEC_NONE
171 modulation => 3, # QAM_64 169 modulation => 3, # QAM_64
172 } 170 }
173 171
174=cut 172=cut
175 173

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines